brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / hg553.dts
index a00821fb1561fc5a42477dc9bf90705ddf7c99a4..a459976c4d21c31f92bd77d07470882b4d5b84ed 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 {
@@ -96,3 +97,7 @@
                reg = <0xfe0000 0x020000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};