Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3aa2e281 authored by Matthias Brugger's avatar Matthias Brugger
Browse files

ARM: mediatek: dts: Add uart to Aquaris5



This patch enables uart port for the Aquaris5 mobile phone.

Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 2f5ff012
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -21,10 +21,20 @@
	compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";

	chosen {
		bootargs = "earlyprintk";
		bootargs = "console=ttyS0,921600n8 earlyprintk";
		stdout-path = &uart0;
	};

	memory {
		reg = <0x80000000 0x40000000>;
	};

};

&uart0 {
	status = "okay";
};

&uart3 {
	status = "okay";
};