1060c004dd35fb72b1732e41102f90667faf8be3
[openwrt/staging/mkresin.git] / target / linux / bcm63xx / dts / bcm6358-pirelli-a226m.dts
1 /dts-v1/;
2
3 #include "bcm6358-pirelli-a226.dtsi"
4
5 / {
6 model = "Pirelli A226M";
7 compatible = "pirelli,a226m", "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 cfe@0 {
19 label = "CFE";
20 reg = <0x000000 0x010000>;
21 read-only;
22 };
23
24 linux@10000 {
25 label = "linux";
26 reg = <0x010000 0x7e0000>;
27 compatible = "brcm,bcm963xx-imagetag";
28 };
29
30 nvram@7f0000 {
31 label = "nvram";
32 reg = <0x7f0000 0x010000>;
33 };
34 };
35 };