brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / dsl-2650u.dts
index 4b45151031497a871417c0435e1c0b70b3a69ec3..c9b189b8b0da539e5f4a2a44643800ec24ea125e 100644 (file)
@@ -10,6 +10,7 @@
 
        chosen {
                bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
        gpio-leds {
@@ -56,3 +57,7 @@
                reg = <0x7f0000 0x010000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};