brcm63xx: move CPVA502+ to dts
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / cpva502plus.dts
1 /dts-v1/;
2
3 /include/ "bcm6348.dtsi"
4
5 / {
6 model = "Telsey CPVA502+";
7 compatible = "telsey,cpva502+", "brcm,bcm6348";
8
9 gpio-leds {
10 compatible = "gpio-leds";
11
12 power_green {
13 label = "CPVA502+:green:phone";
14 gpios = <&gpio0 0 1>;
15 };
16
17 status {
18 label = "CPVA502+:amber:link";
19 gpios = <&gpio0 1 1>;
20 };
21 };
22 };
23
24 &pflash {
25 status = "ok";
26
27 linux,part-probe = "bcm63xxpart";
28
29 cfe@0 {
30 label = "CFE";
31 reg = <0x000000 0x010000>;
32 read-only;
33 };
34
35 linux@10000 {
36 label = "linux";
37 reg = <0x010000 0x3e0000>;
38 };
39
40 nvram@3f0000 {
41 label = "nvram";
42 reg = <0x3f0000 0x010000>;
43 };
44 };