base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6358-pirelli-a226g.dts
1 #include "bcm6358-pirelli-a226.dtsi"
2
3 / {
4 model = "Pirelli A226G";
5 compatible = "pirelli,a226g", "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 cfe@0 {
17 label = "CFE";
18 reg = <0x000000 0x010000>;
19 read-only;
20 };
21
22 linux@10000 {
23 label = "linux";
24 reg = <0x010000 0x7e0000>;
25 compatible = "brcm,bcm963xx-imagetag";
26 };
27
28 nvram@7f0000 {
29 label = "nvram";
30 reg = <0x7f0000 0x010000>;
31 };
32 };
33 };