We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a510da3 commit 0d2da09Copy full SHA for 0d2da09
arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-eb.dts
@@ -147,6 +147,14 @@
147
pinmux = <RZN1_PINMUX(96, RZN1_FUNC_SDIO)>;
148
drive-strength = <12>;
149
};
150
+
151
+ pins_uart2: pins-uart2 {
152
+ pinmux = <RZN1_PINMUX(105, RZN1_FUNC_UART2)>,
153
+ <RZN1_PINMUX(106, RZN1_FUNC_UART2)>,
154
+ <RZN1_PINMUX(107, RZN1_FUNC_UART2)>,
155
+ <RZN1_PINMUX(108, RZN1_FUNC_UART2)>;
156
+ bias-disable;
157
+ };
158
159
160
&sdio1 {
@@ -223,3 +231,10 @@
223
231
phy-handle = <&switch0phy1>;
224
232
status = "okay";
225
233
234
235
+&uart2 {
236
+ pinctrl-0 = <&pins_uart2>;
237
+ pinctrl-names = "default";
238
+ status = "okay";
239
+ uart-has-rtscts;
240
+};
0 commit comments