Skip to content

Commit ee92ac1

Browse files
committed
pinctrl: dt-binding: at91-pio4: add drive-strength property
Add the drive-strength property whose valid values are ATMEL_PIO_DRVSTR_LO, ATMEL_PIO_DRVSTR_ME, ATMEL_PIO_DRVSTR_HI. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent 9fcc4e4 commit ee92ac1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ right representation of the pin.
3535
Optional properties:
3636
- GENERIC_PINCONFIG: generic pinconfig options to use, bias-disable,
3737
bias-pull-down, bias-pull-up, drive-open-drain, input-schmitt-enable,
38-
input-debounce, output-low, output-high.
38+
input-debounce, output-low, output-high, drive-strength.
39+
40+
Concerning the drive-strength property, the values accepted are
41+
ATMEL_PIO_DRVSTR_LO, ATMEL_PIO_DRVSTR_ME, ATMEL_PIO_DRVSTR_HI. The current
42+
depends on VDDIOP. You can find the details in the DC Characteristics table
43+
from the datasheet.
3944

4045
Example:
4146

0 commit comments

Comments
 (0)