brcm63xx: move buttons and leds to dts files
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / nb6-ser-r0.dts
1 /dts-v1/;
2
3 /include/ "bcm6362.dtsi"
4
5 / {
6 model = "SFR neufbox 6 (Sercomm)";
7 compatible = "sfr,nb6-ser-r0", "brcm,bcm6362";
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 service {
17 label = "service";
18 gpios = <&gpio0 10 1>;
19 linux,code = <0x100>;
20 };
21 wlan {
22 label = "wlan";
23 gpios = <&gpio0 12 1>;
24 linux,code = <0xee>;
25 };
26 reset {
27 label = "reset";
28 gpios = <&gpio0 24 1>;
29 linux,code = <0x198>;
30 };
31 wps {
32 label = "wps";
33 gpios = <&gpio0 25 1>;
34 linux,code = <0x211>;
35 };
36 };
37 };