9aff81bad002c1cfaa003bfad36b044e6b13d609
[openwrt.git] / target / linux / brcm63xx / dts / a226g.dts
1 /dts-v1/;
2
3 /include/ "bcm6358.dtsi"
4
5 / {
6         model = "Pirelli A226G";
7         compatible = "pirelli,a226g", "brcm,bcm6358";
8 };
9
10 &pflash {
11         status = "ok";
12
13         linux,part-probe = "bcm63xxpart";
14
15         cfe@0 {
16                 label = "CFE";
17                 reg = <0x000000 0x010000>;
18                 read-only;
19         };
20
21         linux@10000 {
22                 label = "linux";
23                 reg = <0x010000 0x7e0000>;
24         };
25
26         nvram@7f0000 {
27                 label = "nvram";
28                 reg = <0x7f0000 0x010000>;
29         };
30 };