brcm63xx: register serial through device tree
[oweals/openwrt.git] / target / linux / brcm63xx / dts / dva-g3810bn_tl.dts
index 4ebb25d01e7fe6152b6856735910ca2a61aff73c..2945165ce175ee14f5ca01bd0e2a8b8bfddcdf5f 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 {
@@ -74,3 +75,7 @@
                reg = <0x7f0000 0x010000>;
        };
 };
+
+&uart0 {
+       status = "ok";
+};