brcm63xx: register serial through device tree
[openwrt/staging/rmilecki.git] / target / linux / brcm63xx / dts / a226m.dts
index 269c4edea66f4ada38b8fb1f8e67f6c2bc4a083b..7c8bdabf71a4cfd3e24eeb5dd6948ef2c7b624da 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";
+};