brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / agpf-s0.dts
index be1f9fb4f3e2bac8c6a2465d0776242037f22022..6ac3801c38898558a283247b957e3f95be299640 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 {
                reg = <0xfe0000 0x020000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};