bcm63xx: a226m-fwb: fix linux partition offset
[oweals/openwrt.git] / target / linux / bcm63xx / dts / bcm6358-pirelli-a226m-fwb.dts
index d0b1e55213b9f281fa5fc85ece96b1af126de305..6a78c5cfa16c14c765567a8acaacc10fdcce1527 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
 
-               cfe@0 {
+               partition@0 {
                        label = "CFE";
                        reg = <0x000000 0x020000>;
                        read-only;
                };
 
-               linux@10000 {
+               partition@20000 {
                        label = "linux";
-                       reg = <0x010000 0xfc0000>;
+                       reg = <0x020000 0xfc0000>;
                        compatible = "brcm,bcm963xx-imagetag";
                };
 
-               nvram@7f0000 {
+               partition@fe0000 {
                        label = "nvram";
                        reg = <0xfe0000 0x020000>;
                };