File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Documentation/devicetree/bindings/pinctrl Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ properties:
34
34
gpio-ranges :
35
35
maxItems : 1
36
36
37
+ apple,npins :
38
+ $ref : /schemas/types.yaml#/definitions/uint32
39
+ description : The number of pins in this GPIO controller.
40
+
37
41
interrupts :
38
42
description : One interrupt for each of the (up to 7) interrupt
39
43
groups supported by the controller sorted by interrupt group
@@ -69,6 +73,7 @@ required:
69
73
- gpio-controller
70
74
- ' #gpio-cells'
71
75
- gpio-ranges
76
+ - apple,npins
72
77
73
78
additionalProperties : false
74
79
@@ -89,6 +94,7 @@ examples:
89
94
gpio-controller;
90
95
#gpio-cells = <2>;
91
96
gpio-ranges = <&pinctrl 0 0 212>;
97
+ apple,npins = <212>;
92
98
93
99
interrupt-controller;
94
100
#interrupt-cells = <2>;
You can’t perform that action at this time.
0 commit comments