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