rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / brcm63xx / dts / rta770bw.dts
1 /dts-v1/;
2
3 #include "bcm6345.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Siemens Gigaset SE515";
9         compatible = "dynalink,rta770bw", "brcm,bcm6345";
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 = <&gpio0 13 1>;
21                         linux,code = <KEY_RESTART>;
22                 };
23         };
24
25         gpio-leds {
26                 compatible = "gpio-leds";
27
28                 usb {
29                         label = "RTA770BW:green:usb";
30                         gpios = <&gpio0 7 1>;
31                 };
32
33                 adsl {
34                         label = "RTA770BW:green:adsl";
35                         gpios = <&gpio0 8 0>;
36                 };
37
38                 diag {
39                         label = "RTA770BW:green:diag";
40                         gpios = <&gpio0 10 1>;
41                 };
42
43                 wlan {
44                         label = "RTA770BW:green:wlan";
45                         gpios = <&gpio0 11 1>;
46                 };
47         };
48 };
49
50 &pflash {
51         status = "ok";
52
53         linux,part-probe = "bcm63xxpart";
54
55         cfe@0 {
56                 label = "CFE";
57                 reg = <0x000000 0x010000>;
58                 read-only;
59         };
60
61         linux@10000 {
62                 label = "linux";
63                 reg = <0x010000 0x3e0000>;
64         };
65
66         nvram@3f0000 {
67                 label = "nvram";
68                 reg = <0x3f0000 0x010000>;
69         };
70 };