brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / nb4-ser-r0.dts
index 8a33c66015d7be932856b3261e178b880ae0d4ab..e97d9f219df4e4ab74b40471ab29ea32eaf6c640 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 {
 
        linux,part-probe = "bcm63xxpart";
 };
+
+&uart0 {
+       status = "ok";
+};