Commit 5a8e62eb authored by Philipp Rossak's avatar Philipp Rossak Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: h3: Adding UART3 RTS and CTS Pins



This node adds the definition for the UART3 RTS and CTS Pins

That makes it able to use UART3 with RTS and CTS.

Signed-off-by: default avatarPhilipp Rossak <embed3d@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 9db79e41
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -381,6 +381,11 @@
				pins = "PA13", "PA14";
				function = "uart3";
			};

			uart3_rts_cts_pins: uart3_rts_cts {
				pins = "PA15", "PA16";
				function = "uart3";
			};
		};

		timer@01c20c00 {