Skip to content

Commit 60e4dc1

Browse files
claudiubezneageertu
authored andcommitted
dt-bindings: pinctrl: renesas: Document RZ/G3S SoC
Add documentation for the pin controller found on the Renesas RZ/G3S (R9A08G045) SoC. Compared to RZ/G2{L,UL}, RZ/G3S has 82 general-purpose IOs, no slew rate and output impedance support, and more values for drive strength which needs to be expressed in microamp. Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230929053915.1530607-21-claudiu.beznea@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent ae5b425 commit 60e4dc1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinctrl.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ properties:
2525
- enum:
2626
- renesas,r9a07g043-pinctrl # RZ/G2UL{Type-1,Type-2} and RZ/Five
2727
- renesas,r9a07g044-pinctrl # RZ/G2{L,LC}
28+
- renesas,r9a08g045-pinctrl # RZ/G3S
2829

2930
- items:
3031
- enum:
@@ -77,6 +78,21 @@ additionalProperties:
7778
- $ref: pincfg-node.yaml#
7879
- $ref: pinmux-node.yaml#
7980

81+
- if:
82+
properties:
83+
compatible:
84+
contains:
85+
enum:
86+
- renesas,r9a08g045-pinctrl
87+
then:
88+
properties:
89+
drive-strength: false
90+
output-impedance-ohms: false
91+
slew-rate: false
92+
else:
93+
properties:
94+
drive-strength-microamp: false
95+
8096
description:
8197
Pin controller client devices use pin configuration subnodes (children
8298
and grandchildren) for desired pin configuration.
@@ -91,6 +107,10 @@ additionalProperties:
91107
pins: true
92108
drive-strength:
93109
enum: [ 2, 4, 8, 12 ]
110+
drive-strength-microamp:
111+
enum: [ 1900, 2200, 4000, 4400, 4500, 4700, 5200, 5300, 5700,
112+
5800, 6000, 6050, 6100, 6550, 6800, 7000, 8000, 9000,
113+
10000 ]
94114
output-impedance-ohms:
95115
enum: [ 33, 50, 66, 100 ]
96116
power-source:

0 commit comments

Comments
 (0)