brcm63xx: register serial through device tree
[openwrt/staging/noltari.git] / target / linux / brcm63xx / dts / ct-6373.dts
index 8ddcacb4d3e0815442a3a2acfe812fb69f262575..579b514f93dc602d823d28a43066efe2a233ccc6 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 {
@@ -97,3 +98,7 @@
                reg = <0x7f0000 0x010000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};