brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / a226g.dts
index f7a0b72b74a4fc27e5a2ddf907a7f2d36c721a2d..921e46c7966113a618cd3bd455413d1e4160dd12 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 = <0x7f0000 0x010000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};