brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / evg2000.dts
index 07c98f11a096603a9f8e0644794ed28cc5998248..10e0ddcc93cd9a8ed2ac15e0fc477653ab05b2c1 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";
+};