brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / ar-5381u.dts
index 883198c6b092334fccf41bba0854e063602472e2..9da5b7e3cdf17fc872abd5b31574570060fec2bf 100644 (file)
@@ -10,6 +10,7 @@
 
        chosen {
                bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
        gpio-keys-polled {
@@ -77,3 +78,7 @@
                };
        };
 };
+
+&uart0 {
+       status = "ok";
+};