rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / brcm63xx / dts / ct536plus.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Comtrend CT-536+/CT-5621T";
9         compatible = "comtrend,ct536+", "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 1 1>;
21                         linux,code = <KEY_RESTART>;
22                 };
23         };
24
25         gpio-leds {
26                 compatible = "gpio-leds";
27
28                 power_green {
29                         label = "CT536_CT5621:green:power";
30                         gpios = <&gpio0 0 1>;
31                         default-state = "on";
32                 };
33                 adsl_fail_green {
34                         label = "CT536_CT5621:green:adsl-fail";
35                         gpios = <&gpio0 2 1>;
36                 };
37         };
38 };