brcm63xx: register serial through device tree
[openwrt/staging/lynxis.git] / target / linux / brcm63xx / dts / dsl-2640u.dts
index 3b94a4abcb0aa85a3ecea0f9104d30ca7f6186dc..8fea2acb254e37b6d94a5112ef7f9976f0143d50 100644 (file)
@@ -10,6 +10,7 @@
 
        chosen {
                bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
        gpio-leds {
@@ -54,3 +55,7 @@
                reg = <0x3f0000 0x010000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};