brcm63xx: HG553 buttons support
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / gw6200.dts
1 /dts-v1/;
2
3 /include/ "bcm6348.dtsi"
4
5 / {
6 model = "TECOM GW6200";
7 compatible = "tecom,gw6200", "brcm,bcm6348";
8
9 gpio-keys-polled {
10 compatible = "gpio-keys-polled";
11 #address-cells = <1>;
12 #size-cells = <0>;
13 poll-interval = <20>;
14 debounce-interval = <60>;
15
16 reset {
17 label = "reset";
18 gpios = <&gpio1 4 1>;
19 linux,code = <0x198>;
20 };
21 };
22
23 gpio-leds {
24 compatible = "gpio-leds";
25
26 line1_green {
27 label = "GW6200:green:line1";
28 gpios = <&gpio0 4 1>;
29 };
30 line2_green {
31 label = "GW6200:green:line2";
32 gpios = <&gpio0 5 1>;
33 };
34 line3_green {
35 label = "GW6200:green:line3";
36 gpios = <&gpio0 6 1>;
37 };
38 tel_green {
39 label = "GW6200:green:tel";
40 gpios = <&gpio0 7 1>;
41 };
42 };
43 };