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