ARM: dts: sun8i: h3: Adding UART3 RTS and CTS Pins
authorPhilipp Rossak <embed3d@gmail.com>
Wed, 30 Aug 2017 03:01:09 +0000 (05:01 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 17 Sep 2017 10:04:27 +0000 (12:04 +0200)
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: Philipp Rossak <embed3d@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sunxi-h3-h5.dtsi

index 11240a8..a52a9e6 100644 (file)
                                pins = "PA13", "PA14";
                                function = "uart3";
                        };
+
+                       uart3_rts_cts_pins: uart3_rts_cts {
+                               pins = "PA15", "PA16";
+                               function = "uart3";
+                       };
                };
 
                timer@01c20c00 {