brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / fast2504n.dts
index 296bc0993d9966821842e65c0324a783c3aadb0a..8b644fb8f1fd5fc4d20c85ccd9dfa7450d9f2b61 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 {
@@ -94,3 +95,7 @@
                };
        };
 };
+
+&uart0 {
+       status = "ok";
+};