@@ -11,8 +11,8 @@ naming scheme "PxN" where x is a character identifying the GPIO port with
11
11
which the pin is associated and N is an integer from 0 to 31 identifying the
12
12
pin within that GPIO port. For example PA0 is the first pin in GPIO port A, and
13
13
PB31 is the last pin in GPIO port B. The jz4740 contains 4 GPIO ports, PA to
14
- PD, for a total of 128 pins. The jz4780 contains 6 GPIO ports, PA to PF, for a
15
- total of 192 pins.
14
+ PD, for a total of 128 pins. The jz4760, the jz4770 and the jz4780 contains 6
15
+ GPIO ports, PA to PF, for a total of 192 pins.
16
16
17
17
18
18
Required properties:
@@ -21,6 +21,8 @@ Required properties:
21
21
- compatible: One of:
22
22
- "ingenic,jz4740-pinctrl"
23
23
- "ingenic,jz4725b-pinctrl"
24
+ - "ingenic,jz4760-pinctrl"
25
+ - "ingenic,jz4760b-pinctrl"
24
26
- "ingenic,jz4770-pinctrl"
25
27
- "ingenic,jz4780-pinctrl"
26
28
- reg: Address range of the pinctrl registers.
@@ -31,6 +33,7 @@ Required properties for sub-nodes (GPIO chips):
31
33
32
34
- compatible: Must contain one of:
33
35
- "ingenic,jz4740-gpio"
36
+ - "ingenic,jz4760-gpio"
34
37
- "ingenic,jz4770-gpio"
35
38
- "ingenic,jz4780-gpio"
36
39
- reg: The GPIO bank number.
0 commit comments