1
0
Fork 0

ARM: mediatek: dts: Add UART dts for MT8127 and MT8135 boards

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>
hifive-unleashed-5.1
Eddie Huang 2015-05-01 13:28:00 +02:00 committed by Matthias Brugger
parent ab407df736
commit ac00aa4dcd
2 changed files with 8 additions and 0 deletions

View File

@ -23,3 +23,7 @@
reg = <0 0x80000000 0 0x40000000>;
};
};
&uart0 {
status = "okay";
};

View File

@ -23,3 +23,7 @@
reg = <0 0x80000000 0 0x40000000>;
};
};
&uart3 {
status = "okay";
};