[PATCH v2 4/7] dts: sun8i-h3: add UART1-3 to Orange Pi Plus

From: jorik
Date: Wed Aug 31 2016 - 15:32:29 EST


From: Jorik Jonker <jorik@xxxxxxxxxxxxxx>

This board has UARTS1-3 exposed on its expansion header

Signed-off-by: Jorik Jonker <jorik@xxxxxxxxxxxxxx>
---
arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts | 15 +++++++++++++++
1 file changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts
index b0cb417..7a17839 100644
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts
@@ -90,6 +90,21 @@
};
};

+&uart1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart1_pins_a>;
+};
+
+&uart2 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart2_pins_a>;
+};
+
+&uart3 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart3_pins_a>;
+};
+
&usbphy {
usb3_vbus-supply = <&reg_usb3_vbus>;
};
--
2.7.4