ipq806x: refresh patches
[oweals/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         chosen {
12                 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13         };
14
15         gpio-leds {
16                 compatible = "gpio-leds";
17
18                 green_power {
19                         label = "96338W2_E7T:green:power";
20                         gpios = <&gpio0 0 1>;
21                         default-state = "on";
22                 };
23
24                 green_stop {
25                         label = "96338W2_E7T:green:ppp";
26                         gpios = <&gpio0 4 1>;
27                 };
28
29                 green_adsl {
30                         label = "96338W2_E7T:green:ppp-fail";
31                         gpios = <&gpio0 5 1>;
32                 };
33         };
34 };
35
36 &pflash {
37         status = "ok";
38
39         linux,part-probe = "bcm63xxpart";
40
41         cfe@0 {
42                 label = "CFE";
43                 reg = <0x000000 0x010000>;
44                 read-only;
45         };
46
47         linux@10000 {
48                 label = "linux";
49                 reg = <0x010000 0x3e0000>;
50         };
51
52         nvram@3f0000 {
53                 label = "nvram";
54                 reg = <0x3f0000 0x010000>;
55         };
56 };