2fcf958e8e9e86781b804cb1319b546087d73104
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / spw500v.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "T-Com Speedport W500 V";
9 compatible = "t-com,spw500v", "brcm,bcm6348";
10
11 gpio-keys-polled {
12 compatible = "gpio-keys-polled";
13 #address-cells = <1>;
14 #size-cells = <0>;
15 poll-interval = <20>;
16 debounce-interval = <60>;
17
18 reset {
19 label = "reset";
20 gpios = <&gpio1 1 1>;
21 linux,code = <KEY_RESTART>;
22 };
23 };
24
25 gpio-leds {
26 compatible = "gpio-leds";
27
28 power_green {
29 label = "SPW500V:green:power";
30 gpios = <&gpio0 0 1>;
31 default-state = "on";
32 };
33 power_red {
34 label = "SPW500V:red:power";
35 gpios = <&gpio0 1 1>;
36 };
37 ppp_green {
38 label = "SPW500V:green:ppp";
39 gpios = <&gpio0 3 1>;
40 };
41 pstn_green {
42 label = "SPW500V:green:pstn";
43 gpios = <&gpio0 28 1>;
44 };
45 voip_green {
46 label = "SPW500V:green:voip";
47 gpios = <&gpio1 0 1>;
48 };
49 };
50 };
51
52 &pflash {
53 status = "ok";
54
55 linux,part-probe = "bcm63xxpart";
56
57 cfe@0 {
58 label = "CFE";
59 reg = <0x000000 0x010000>;
60 read-only;
61 };
62
63 linux@10000 {
64 label = "linux";
65 reg = <0x010000 0x3e0000>;
66 };
67
68 nvram@3f0000 {
69 label = "nvram";
70 reg = <0x3f0000 0x010000>;
71 };
72 };