rpcd: iwinfo plugin fixes
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / gw6200.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "TECOM GW6200";
9 compatible = "tecom,gw6200", "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 4 1>;
21 linux,code = <KEY_RESTART>;
22 };
23 };
24
25 gpio-leds {
26 compatible = "gpio-leds";
27
28 line1_green {
29 label = "GW6200:green:line1";
30 gpios = <&gpio0 4 1>;
31 };
32 line2_green {
33 label = "GW6200:green:line2";
34 gpios = <&gpio0 5 1>;
35 };
36 line3_green {
37 label = "GW6200:green:line3";
38 gpios = <&gpio0 6 1>;
39 };
40 tel_green {
41 label = "GW6200:green:tel";
42 gpios = <&gpio0 7 1>;
43 };
44 };
45 };