brcm63xx: switch to new partition layout specification
[oweals/openwrt.git] / target / linux / brcm63xx / dts / r1000h.dts
index 299b520a672a6127dbb0d8b84ed846898511539c..5f773bd29a9f6ee3a10c5b8e34aa1f2c27e32c04 100644 (file)
 
        linux,part-probe = "bcm63xxpart";
 
-       CFE@0 {
-               reg = <0x000000 0x020000>;
-               read-only;
-       };
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
 
-       linux@20000 {
-               reg = <0x020000 0x1fc0000>;
-       };
+               CFE@0 {
+                       reg = <0x000000 0x020000>;
+                       read-only;
+               };
 
-       nvram@1fe0000 {
-               reg = <0x1fe0000 0x20000>;
+               linux@20000 {
+                       reg = <0x020000 0x1fc0000>;
+                       compatible = "brcm,bcm963xx-imagetag";
+               };
+
+               nvram@1fe0000 {
+                       reg = <0x1fe0000 0x20000>;
+               };
        };
 };