brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / rta770bw.dts
index bb92d1ec0bb2977763b71b9e3f9455997078ecc1..0f71467589a85d0abb180013b34be6a04a67bca7 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 {
@@ -72,3 +73,7 @@
                reg = <0x3f0000 0x010000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};