brcm63xx: register serial through device tree
[openwrt/staging/noltari.git] / target / linux / brcm63xx / dts / bcm963269bhr.dts
index 4984f8fe76de133937d44e54b02937831643ce6d..d3c709877b5f3bb4606a23c527f0a51026e1b6af 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 {
@@ -57,3 +58,7 @@
                linux,part-probe = "bcm63xxpart";
        };
 };
+
+&uart0 {
+       status = "ok";
+};