brcm63xx: Add BT Home Hub 2A support.
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / dv-201amr.dts
1 /dts-v1/;
2
3 /include/ "bcm6348.dtsi"
4
5 / {
6 model = "Davolink DV-201AMR";
7 compatible = "davolink,dv-201amr", "brcm,bcm6348";
8 };
9
10 &pflash {
11 status = "ok";
12
13 linux,part-probe = "bcm63xxpart";
14
15 backup@0 {
16 label = "backup";
17 reg = <0x000000 0x400000>;
18 };
19
20 cfe@400000 {
21 label = "cfe";
22 reg = <0x400000 0x010000>;
23 read-only;
24 };
25
26 linux@410000 {
27 label = "linux";
28 reg = <0x410000 0x3f0000>;
29 };
30 };