brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / dsl-274xb-c.dts
index fb67fc9851054a10126c8b2cc4c3869cc242dad6..3468dea8b3a40fd537e731a5bb0e8eb15e362ce3 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 {
@@ -74,3 +75,7 @@
                reg = <0x3f0000 0x010000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};