brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm963281TAN.dts
index a1c5d7ad7ff9281e8275bef08fcee91054eece4b..d0d19a3550d4c42987c728a8fd0a25284c3546ee 100644 (file)
@@ -10,6 +10,7 @@
 
        chosen {
                bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
        gpio-leds {
@@ -59,3 +60,7 @@
                linux,part-probe = "bcm63xxpart";
        };
 };
+
+&uart0 {
+       status = "ok";
+};