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