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