brcm63xx: register serial through device tree
[openwrt/staging/lynxis.git] / target / linux / brcm63xx / dts / fast2704v2.dts
index bbd23da3616aa3ecb2643dd8931b9660ac0a292e..eeed6b1dae7980ac562c0fc6299f3ffbc07ba914 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";
+};