brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / hg556a-b.dts
index 782beda9829d2f497c72f4359fd7474fe427c63c..4285e17bcb1e18f4d8852cb8e5f0f40ad66147bb 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 {
                reg = <0xfe0000 0x020000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};