Skip to content

Commit 0d2da09

Browse files
Wolfram Sanggeertu
authored andcommitted
ARM: dts: renesas: r9a06g032-rzn1d400-eb: Describe 9-pin D-sub serial port
A simple CTS/RTS capable UART on a good old D-sub connector. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent a510da3 commit 0d2da09

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-eb.dts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@
147147
pinmux = <RZN1_PINMUX(96, RZN1_FUNC_SDIO)>;
148148
drive-strength = <12>;
149149
};
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+
};
150158
};
151159

152160
&sdio1 {
@@ -223,3 +231,10 @@
223231
phy-handle = <&switch0phy1>;
224232
status = "okay";
225233
};
234+
235+
&uart2 {
236+
pinctrl-0 = <&pins_uart2>;
237+
pinctrl-names = "default";
238+
status = "okay";
239+
uart-has-rtscts;
240+
};

0 commit comments

Comments
 (0)