brcm63xx: register serial through device tree
[openwrt/staging/noltari.git] / target / linux / brcm63xx / dts / fast2704n.dts
index ee343a6334a9435a7813c69aedad05dc0ffc75af..217ef12d7cbdc6ecf8de854edf618f04e2bfba52 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";
+};