c23ff904c3121cf5dc9ecb45ccac404ad7c486f8
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / nb6-ser-r0.dts
1 /dts-v1/;
2
3 #include "bcm6362.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "SFR neufbox 6 (Sercomm)";
9 compatible = "sfr,nb6-ser-r0", "brcm,bcm6362";
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 service {
19 label = "service";
20 gpios = <&gpio0 10 1>;
21 linux,code = <BTN_0>;
22 };
23 wlan {
24 label = "wlan";
25 gpios = <&gpio0 12 1>;
26 linux,code = <KEY_WLAN>;
27 };
28 reset {
29 label = "reset";
30 gpios = <&gpio0 24 1>;
31 linux,code = <KEY_RESTART>;
32 };
33 wps {
34 label = "wps";
35 gpios = <&gpio0 25 1>;
36 linux,code = <KEY_WPS_BUTTON>;
37 };
38 };
39 };