rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / brcm63xx / dts / dsl-2640u.dts
1 /dts-v1/;
2
3 #include "bcm6338.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "D-Link DSL-2640U/BRU/C";
9         compatible = "d-link,dsl-2640u", "brcm,bcm6338";
10
11         gpio-leds {
12                 compatible = "gpio-leds";
13
14                 green_power {
15                         label = "96338W2_E7T:green:power";
16                         gpios = <&gpio0 0 1>;
17                         default-state = "on";
18                 };
19
20                 green_stop {
21                         label = "96338W2_E7T:green:ppp";
22                         gpios = <&gpio0 4 1>;
23                 };
24
25                 green_adsl {
26                         label = "96338W2_E7T:green:ppp-fail";
27                         gpios = <&gpio0 5 1>;
28                 };
29         };
30 };
31
32 &pflash {
33         status = "ok";
34
35         linux,part-probe = "bcm63xxpart";
36
37         cfe@0 {
38                 label = "CFE";
39                 reg = <0x000000 0x010000>;
40                 read-only;
41         };
42
43         linux@10000 {
44                 label = "linux";
45                 reg = <0x010000 0x3e0000>;
46         };
47
48         nvram@3f0000 {
49                 label = "nvram";
50                 reg = <0x3f0000 0x010000>;
51         };
52 };