File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Documentation/devicetree/bindings/pinctrl Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,16 @@ properties:
32
32
33
33
' #address-cells ' :
34
34
const : 1
35
+
35
36
' #size-cells ' :
36
37
const : 1
37
38
38
39
ranges : true
40
+
39
41
pins-are-numbered :
40
42
$ref : /schemas/types.yaml#/definitions/flag
41
43
deprecated : true
44
+
42
45
hwlocks : true
43
46
44
47
interrupts :
@@ -67,22 +70,29 @@ patternProperties:
67
70
additionalProperties : false
68
71
properties :
69
72
gpio-controller : true
73
+
70
74
' #gpio-cells ' :
71
75
const : 2
76
+
72
77
interrupt-controller : true
73
78
' #interrupt-cells ' :
74
79
const : 2
75
80
76
81
reg :
77
82
maxItems : 1
83
+
78
84
clocks :
79
85
maxItems : 1
86
+
80
87
resets :
81
88
maxItems : 1
89
+
82
90
gpio-line-names : true
91
+
83
92
gpio-ranges :
84
93
minItems : 1
85
94
maxItems : 16
95
+
86
96
ngpios :
87
97
description :
88
98
Number of available gpios in a bank.
@@ -187,18 +197,25 @@ patternProperties:
187
197
188
198
bias-disable :
189
199
type : boolean
200
+
190
201
bias-pull-down :
191
202
type : boolean
203
+
192
204
bias-pull-up :
193
205
type : boolean
206
+
194
207
drive-push-pull :
195
208
type : boolean
209
+
196
210
drive-open-drain :
197
211
type : boolean
212
+
198
213
output-low :
199
214
type : boolean
215
+
200
216
output-high :
201
217
type : boolean
218
+
202
219
slew-rate :
203
220
description : |
204
221
0: Low speed
You can’t perform that action at this time.
0 commit comments