brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / a4001n1.dts
index 3254897302596b837a9a423d0d7bcd4f83ed357f..ad1590d7a0c5640e4eb872560b4f2d21f5bbed5a 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 {
                };
        };
 };
+
+&uart0 {
+       status = "ok";
+};