brcm63xx: add pflash for remaining pflash equipped boards
[openwrt/staging/lynxis.git] / target / linux / brcm63xx / dts / ct536plus.dts
index 148e60e73db6ef62a95c244daa6e3810c06f3f60..8be494048d8c4edcca1981f14bd17bac17d2233e 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>;
+       };
+};