brcm63xx: HG553 buttons support
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / ar-5381u.dts
1 /dts-v1/;
2
3 /include/ "bcm6328.dtsi"
4
5 / {
6 model = "Comtrend AR-5381u";
7 compatible = "comtrend,ar-5381u", "brcm,bcm6328";
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 = <&gpio0 23 1>;
19 linux,code = <0x198>;
20 };
21 };
22
23 gpio-leds {
24 compatible = "gpio-leds";
25
26 alarm_red {
27 label = "AR-5381u:red:alarm";
28 gpios = <&gpio0 2 1>;
29 };
30 inet_green {
31 label = "AR-5381u:green:inet";
32 gpios = <&gpio0 3 1>;
33 };
34 power_green {
35 label = "AR-5381u:green:power";
36 gpios = <&gpio0 4 1>;
37 default-state = "on";
38 };
39 };
40 };