brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm96318ref.dts
index 5780ccba472130ca75b30848d8627b0946629f64..e48c0bf46e0cc7083a8cc04d8071d7d80db94807 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 {
@@ -73,3 +74,7 @@
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_usb_pwron>;
 };
+
+&uart0 {
+       status = "ok";
+};