lantiq: specify console using stdout-path instead of cmdline argument
[openwrt/staging/rmilecki.git] / target / linux / lantiq / dts / amazonse.dtsi
index 33a5a3533982638aeebad4989c0a71ec3bcfb9bd..bce618fed89c3ea609457beedade4eff8bf8e2fb 100644 (file)
@@ -5,6 +5,14 @@
        #size-cells = <1>;
        compatible = "lantiq,xway", "lantiq,ase";
 
+       aliases {
+               serial0 = &asc1;
+       };
+
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        cpus {
                cpu@0 {
                        compatible = "mips,mips4Kc";
                        reg = <0xE100B10 0xA0>;
                };
 
-               serial@E100C00 {
+               asc1: serial@E100C00 {
                        compatible = "lantiq,asc";
                        reg = <0xE100C00 0x400>;
                        interrupt-parent = <&icu0>;