ARM: mediatek: dts: Add uart to Aquaris5
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / mt6589-aquaris5.dts
index 0da04701312021b34cb3ab167652ef4318c372a6..594a6f3bebda9f534923a3de407e5d12921d809d 100644 (file)
        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";
 };