brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / vr-3026e.dts
index da75df8a1eb28d6df5ddcfd2679dcc52105aaa40..01cb98817a00b71e1ce31f2f36edfee34ed1ba9a 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 {
@@ -80,3 +81,7 @@
        pinctrl-0 = <&pinctrl_pci &pinctrl_ephy0_led &pinctrl_ephy1_led
                     &pinctrl_ephy2_led &pinctrl_ephy3_led>;
 };
+
+&uart0 {
+       status = "ok";
+};