aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
diff options
context:
space:
mode:
authorJorik Jonker <jorik@kippendief.biz>2016-09-12 20:12:45 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-09-21 11:48:09 +0300
commit33d9fc06cae240f1ba769caa40d5b023c0c38cee (patch)
tree8a4820a5ba49c0e30cbbf7fdc2bde8272ecb2c7f /arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
parentdts: sun8i-h3: split off RTS/CTS for UART1 in seperate pinmux (diff)
downloadlinux-dev-33d9fc06cae240f1ba769caa40d5b023c0c38cee.tar.xz
linux-dev-33d9fc06cae240f1ba769caa40d5b023c0c38cee.zip
dts: sun8i-h3: associate exposed UARTs on Orange Pi Boards
These H3 boards all expose UART1-3 on their expansion header. Since other functions can be muxed to these pins, they are explicitly disabled. To enable them, one could use DT overlays or U-boot commands: => fdt set /soc/serial@01c28c00 status okay Signed-off-by: Jorik Jonker <jorik@kippendief.biz> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-h3-orangepi-2.dts')
-rw-r--r--arch/arm/boot/dts/sun8i-h3-orangepi-2.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
index f89fe00ddec5..e5bcaba3e87f 100644
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
@@ -186,6 +186,24 @@
status = "okay";
};
+&uart1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart1_pins>;
+ status = "disabled";
+};
+
+&uart2 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart2_pins>;
+ status = "disabled";
+};
+
+&uart3 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart3_pins>;
+ status = "disabled";
+};
+
&usb1_vbus_pin_a {
allwinner,pins = "PG13";
};