brcm63xx: add pflash for remaining pflash equipped boards
[openwrt/staging/noltari.git] / target / linux / brcm63xx / dts / gw6000.dts
index c6befddb5bfa45b9f80774580cd42d304933edbd..14c6330680d6fc013fee0060a6a53a72aba307f6 100644 (file)
                };
        };
 };
+
+&pflash {
+       status = "ok";
+
+       linux,part-probe = "bcm63xxpart";
+
+       cfe@0 {
+               label = "CFE";
+               reg = <0x000000 0x010000>;
+               read-only;
+       };
+
+       linux@10000 {
+               label = "linux";
+               reg = <0x010000 0x3e0000>;
+       };
+
+       nvram@3f0000 {
+               label = "nvram";
+               reg = <0x3f0000 0x010000>;
+       };
+};