Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Eddie Huang and committed by
Matthias Brugger
ac00aa4d ab407df7

+8
+4
arch/arm/boot/dts/mt8127-moose.dts
··· 23 23 reg = <0 0x80000000 0 0x40000000>; 24 24 }; 25 25 }; 26 + 27 + &uart0 { 28 + status = "okay"; 29 + };
+4
arch/arm/boot/dts/mt8135-evbp1.dts
··· 23 23 reg = <0 0x80000000 0 0x40000000>; 24 24 }; 25 25 }; 26 + 27 + &uart3 { 28 + status = "okay"; 29 + };