brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / r5010unv2.dts
index 0bd88b2e44f5d955de4164e11e098799d00b08b8..c0b0a85c47006ad1bbd622804427e76238a79331 100644 (file)
@@ -10,6 +10,7 @@
 
        chosen {
                bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
        
                };
        };
 };
+
+&uart0 {
+       status = "ok";
+};