File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Documentation/devicetree/bindings/serial Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ properties:
28
28
clocks :
29
29
maxItems : 1
30
30
31
+ reset-gpios :
32
+ maxItems : 1
33
+
31
34
clock-frequency :
32
35
description :
33
36
When there is no clock provider visible to the platform, this
@@ -91,6 +94,7 @@ unevaluatedProperties: false
91
94
examples :
92
95
- |
93
96
#include <dt-bindings/interrupt-controller/irq.h>
97
+ #include <dt-bindings/gpio/gpio.h>
94
98
i2c {
95
99
#address-cells = <1>;
96
100
#size-cells = <0>;
@@ -120,6 +124,7 @@ examples:
120
124
compatible = "nxp,sc16is752";
121
125
reg = <0x54>;
122
126
clocks = <&clk20m>;
127
+ reset-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
123
128
interrupt-parent = <&gpio3>;
124
129
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
125
130
nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */
You can’t perform that action at this time.
0 commit comments