3f8e1511b1736a15ce1867f9f0bacf05cf87edcf
[openwrt/openwrt.git] / target / linux / bcm63xx / dts / bcm6358-pirelli-a226m-fwb.dts
1 /dts-v1/;
2
3 #include "bcm6358-pirelli-a226.dtsi"
4
5 / {
6 model = "Pirelli A226M-FWB";
7 compatible = "pirelli,a226m-fwb", "brcm,bcm6358";
8 };
9
10 &pflash {
11 status = "okay";
12
13 partitions {
14 compatible = "fixed-partitions";
15 #address-cells = <1>;
16 #size-cells = <1>;
17
18 partition@0 {
19 label = "CFE";
20 reg = <0x000000 0x020000>;
21 read-only;
22 };
23
24 partition@20000 {
25 label = "linux";
26 reg = <0x020000 0xfc0000>;
27 compatible = "brcm,bcm963xx-imagetag";
28 };
29
30 partition@fe0000 {
31 label = "nvram";
32 reg = <0xfe0000 0x020000>;
33 };
34 };
35 };