brcm63xx: register serial through device tree
[openwrt/staging/noltari.git] / target / linux / brcm63xx / dts / vg50.dts
index 2180802db3b61a8a7924004a1615322a50688081..f1d48ea3c194f182cd7287112ea93f62f9049132 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 {
@@ -49,3 +50,7 @@
                linux,part-probe = "bcm63xxpart";
        };
 };
+
+&uart0 {
+       status = "ok";
+};