brcm63xx: register serial through device tree
[openwrt/staging/lynxis.git] / target / linux / brcm63xx / dts / ar-5387un.dts
index a0e07fb4fefd4319873785caa8a9d1961484c00a..4dd71459fc055f160a4105b6a7cfd986d4645e9b 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 {
@@ -85,3 +86,7 @@
                };
        };
 };
+
+&uart0 {
+       status = "ok";
+};