File tree Expand file tree Collapse file tree 1 file changed +29
-29
lines changed
Documentation/devicetree/bindings/pinctrl Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -127,34 +127,34 @@ patternProperties:
127
127
128
128
examples :
129
129
- |
130
- #include <dt-bindings/interrupt-controller/arm-gic.h>
131
- pinctrl@f100000 {
132
- compatible = "qcom,sc8280xp-tlmm";
133
- reg = <0x0f100000 0x300000>;
134
- interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
135
- gpio-controller;
136
- #gpio-cells = <2>;
137
- interrupt-controller;
138
- #interrupt-cells = <2>;
139
- gpio-ranges = <&tlmm 0 0 230>;
140
-
141
- gpio-wo-subnode-state {
142
- pins = "gpio1";
143
- function = "gpio";
144
- };
145
-
146
- uart-w-subnodes-state {
147
- rx-pins {
148
- pins = "gpio4";
149
- function = "qup14";
150
- bias-pull-up;
151
- };
152
-
153
- tx-pins {
154
- pins = "gpio5";
155
- function = "qup14";
156
- bias-disable;
157
- };
158
- };
130
+ #include <dt-bindings/interrupt-controller/arm-gic.h>
131
+ pinctrl@f100000 {
132
+ compatible = "qcom,sc8280xp-tlmm";
133
+ reg = <0x0f100000 0x300000>;
134
+ interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
135
+ gpio-controller;
136
+ #gpio-cells = <2>;
137
+ interrupt-controller;
138
+ #interrupt-cells = <2>;
139
+ gpio-ranges = <&tlmm 0 0 230>;
140
+
141
+ gpio-wo-subnode-state {
142
+ pins = "gpio1";
143
+ function = "gpio";
159
144
};
145
+
146
+ uart-w-subnodes-state {
147
+ rx-pins {
148
+ pins = "gpio4";
149
+ function = "qup14";
150
+ bias-pull-up;
151
+ };
152
+
153
+ tx-pins {
154
+ pins = "gpio5";
155
+ function = "qup14";
156
+ bias-disable;
157
+ };
158
+ };
159
+ };
160
160
...
You can’t perform that action at this time.
0 commit comments