brcm63xx: register serial through device tree
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / r1000h.dts
index 37cfa15dadae017bcd754203bc2fe61d16486b99..299b520a672a6127dbb0d8b84ed846898511539c 100644 (file)
@@ -10,6 +10,7 @@
 
        chosen {
                bootargs = "root=/dev/mtdblock2 rootfstype=squashfs noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
        gpio-keys-polled {
                reg = <0x1fe0000 0x20000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};
+
+&uart1 {
+       status = "ok";
+};