brcm63xx: drop linux,part-probe usage where possible
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / dv-201amr.dts
index 9d96e7471ef3a2c111aa79763dbace1482d79b4a..6cafc891aadac8bd342ea5012527a7b56b2715ed 100644 (file)
@@ -9,28 +9,43 @@
        compatible = "davolink,dv-201amr", "brcm,bcm6348";
 
        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";
-
-       backup@0 {
-               label = "backup";
-               reg = <0x000000 0x400000>;
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               backup@0 {
+                       label = "backup";
+                       reg = <0x000000 0x400000>;
+               };
+
+               cfe@400000 {
+                       label = "cfe";
+                       reg = <0x400000 0x010000>;
+                       read-only;
+               };
+
+               linux@410000 {
+                       label = "linux";
+                       reg = <0x410000 0x3f0000>;
+                       compatible = "brcm,bcm963xx-imagetag";
+               };
        };
+};
 
-       cfe@400000 {
-               label = "cfe";
-               reg = <0x400000 0x010000>;
-               read-only;
-       };
+&pinctrl {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
+};
 
-       linux@410000 {
-               label = "linux";
-               reg = <0x410000 0x3f0000>;
-       };
+&uart0 {
+       status = "ok";
 };