brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm96358VW2.dts
index cc4a8b5812eaba07cfc4aa78ccbafd32f4193bdb..5c242c2157ba2f51914807aad6a4e3b3f5dcff14 100644 (file)
@@ -10,6 +10,7 @@
 
        chosen {
                bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
        gpio-leds {
@@ -40,3 +41,7 @@
 
        linux,part-probe = "bcm63xxpart";
 };
+
+&uart0 {
+       status = "ok";
+};