ARM: mediatek: dts: Add UART dts for MT8127 and MT8135 boards
authorEddie Huang <eddie.huang@mediatek.com>
Fri, 1 May 2015 11:28:00 +0000 (13:28 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 8 Jan 2015 11:12:43 +0000 (12:12 +0100)
This patch enable UART for MT8127 moose board and MT8135 evalution board.
Adding the dts, these two boards can show log and shell prompts.

Signed-off-by: Eddie Huang <eddie.huang@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt8127-moose.dts
arch/arm/boot/dts/mt8135-evbp1.dts

index 13cba0e..073e295 100644 (file)
@@ -23,3 +23,7 @@
                reg = <0 0x80000000 0 0x40000000>;
        };
 };
+
+&uart0 {
+       status = "okay";
+};
index a5adf97..3667738 100644 (file)
@@ -23,3 +23,7 @@
                reg = <0 0x80000000 0 0x40000000>;
        };
 };
+
+&uart3 {
+       status = "okay";
+};