brcm63xx: register serial through device tree
[openwrt/staging/rmilecki.git] / target / linux / brcm63xx / dts / ar-5315u.dts
index 63883f048ba8133bddeee055e530954ceba61127..e359fe4ebbdb9621d25e21c84ec453db1a19cced 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-0 = <&pinctrl_ephy0_act_led &pinctrl_ephy1_act_led
                     &pinctrl_ephy2_act_led &pinctrl_ephy3_act_led>;
 };
+
+&uart0 {
+       status = "ok";
+};