brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / dsl-275xb-d.dts
index 9ac4ea1c2612eb6f66f60d8df5b4343ba2458430..d8f8c08e1ea6ebbf9db7c4fbc1eade7ce71bf1b2 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";
+};