rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / brcm63xx / dts / hg520v.dts
1 /dts-v1/;
2
3 #include "bcm6358.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Huawei EchoLife HG520v";
9         compatible = "huawei,hg520v", "brcm,bcm6358";
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 5 1>;
21                         linux,code = <KEY_RESTART>;
22                 };
23         };
24
25         gpio-leds {
26                 compatible = "gpio-leds";
27
28                 inet_green {
29                         label = "HW520:green:net";
30                         gpios = <&gpio1 0 1>;
31                 };
32         };
33 };
34
35 &pflash {
36         status = "ok";
37
38         linux,part-probe = "bcm63xxpart";
39
40         cfe@0 {
41                 label = "CFE";
42                 reg = <0x000000 0x010000>;
43                 read-only;
44         };
45
46         linux@10000 {
47                 label = "linux";
48                 reg = <0x010000 0x3e0000>;
49         };
50
51         nvram@3f0000 {
52                 label = "nvram";
53                 reg = <0x3f0000 0x010000>;
54         };
55 };