brcm63xx: register serial through device tree
[openwrt/staging/lynxis.git] / target / linux / brcm63xx / dts / vh4032n.dts
index 1b646ce5c5eb9467e28db3f38936e6f046882323..78a708ac06bbb16e40967cc99394d904e4c7b6ea 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 {
                reg = <0x1fe0000 0x020000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};