brcm63xx: Add DT support for VR-3025u
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / vr-3025u.dts
1 /dts-v1/;
2
3 /include/ "bcm6368.dtsi"
4
5 / {
6 model = "Comtrend VR-3025u";
7 compatible = "comtrend,vr-3025u", "brcm,bcm6368";
8 };
9
10 &pflash {
11 status = "ok";
12
13 linux,part-probe = "bcm63xxpart";
14
15 cfe@0 {
16 label = "CFE";
17 reg = <0x0000000 0x0020000>;
18 read-only;
19 };
20
21 linux@20000 {
22 label = "linux";
23 reg = <0x0020000 0x1fc0000>;
24 };
25
26 nvram@1fe0000 {
27 label = "nvram";
28 reg = <0x1fe0000 0x020000>;
29 };
30 };