rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / brcm63xx / dts / ct-5365.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Comtrend CT-5365";
9         compatible = "comtrend,ct-5365", "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                 wlan {
24                         label = "wlan";
25                         gpios = <&gpio1 2 1>;
26                         linux,code = <KEY_WLAN>;
27                 };
28                 wps {
29                         label = "wps";
30                         gpios = <&gpio1 3 1>;
31                         linux,code = <KEY_WPS_BUTTON>;
32                 };
33         };
34
35         gpio-leds {
36                 compatible = "gpio-leds";
37
38                 power_green {
39                         label = "96348A-122:green:power";
40                         gpios = <&gpio0 0 1>;
41                         default-state = "on";
42                 };
43                 alarm_red {
44                         label = "96348A-122:red:alarm";
45                         gpios = <&gpio0 2 1>;
46                 };
47                 wps_green {
48                         label = "96348A-122:green:wps";
49                         gpios = <&gpio0 6 1>;
50                 };
51         };
52 };
53
54 &pflash {
55         status = "ok";
56
57         linux,part-probe = "bcm63xxpart";
58
59         cfe@0 {
60                 label = "CFE";
61                 reg = <0x000000 0x010000>;
62                 read-only;
63         };
64
65         linux@10000 {
66                 label = "linux";
67                 reg = <0x010000 0x3e0000>;
68         };
69
70         nvram@3f0000 {
71                 label = "nvram";
72                 reg = <0x3f0000 0x010000>;
73         };
74 };