brcm63xx: drop linux,part-probe usage where possible
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm96345GW2.dts
index 521f1b38a0696a540a00eb5643b1bf8fd29cd12e..5aea2ddc8d2fadeb7222f552399ac81a49750f49 100644 (file)
@@ -9,12 +9,19 @@
        compatible = "brcm,bcm96345gw2", "brcm,bcm6345";
 
        chosen {
-               bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 };
 
 &pflash {
        status = "ok";
 
-       linux,part-probe = "bcm63xxpart";
+       partitions {
+               compatible = "brcm,bcm963xx-cfe-nor-partitions";
+       };
+};
+
+&uart0 {
+       status = "ok";
 };