brcm63xx: register serial through device tree
[openwrt/staging/noltari.git] / target / linux / brcm63xx / dts / wap-5813n.dts
index 8b47b200bd6cc19579f865a3c9cb33b9238dd4bf..1a71426cafeba44dc186b6b13de94e57248733a0 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 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_pci>;
 };
+
+&uart0 {
+       status = "ok";
+};