brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / nb4-fxc-r1.dts
index e11ec4678d45c1bdab1a29abb09b1ad42b9b7f18..9d341ec1a23557ad13416f25fbedee1ecdffe769 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";
+};