diff options
| author | Eddie Huang <[email protected]> | 2015-05-01 13:28:00 +0200 |
|---|---|---|
| committer | Matthias Brugger <[email protected]> | 2015-01-08 12:12:43 +0100 |
| commit | ac00aa4dcd085e4cf01761095ec1e2a141f86f38 (patch) | |
| tree | dff3c1daef69f170f258f2025325c88df40ca48f | |
| parent | ab407df736c1d8263fc92a35589fb54854f627b3 (diff) | |
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 <[email protected]>
Signed-off-by: Matthias Brugger <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/mt8127-moose.dts | 4 | ||||
| -rw-r--r-- | arch/arm/boot/dts/mt8135-evbp1.dts | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt8127-moose.dts b/arch/arm/boot/dts/mt8127-moose.dts index 13cba0e77e08..073e295a1cb4 100644 --- a/arch/arm/boot/dts/mt8127-moose.dts +++ b/arch/arm/boot/dts/mt8127-moose.dts @@ -23,3 +23,7 @@ reg = <0 0x80000000 0 0x40000000>; }; }; + +&uart0 { + status = "okay"; +}; diff --git a/arch/arm/boot/dts/mt8135-evbp1.dts b/arch/arm/boot/dts/mt8135-evbp1.dts index a5adf9742308..36677382bdd8 100644 --- a/arch/arm/boot/dts/mt8135-evbp1.dts +++ b/arch/arm/boot/dts/mt8135-evbp1.dts @@ -23,3 +23,7 @@ reg = <0 0x80000000 0 0x40000000>; }; }; + +&uart3 { + status = "okay"; +}; |