73f737aed8d9bd4500fea46b4c67a2508968638c
[openwrt.git] / target / linux / brcm63xx / dts / rta770bw.dts
1 /dts-v1/;
2
3 /include/ "bcm6345.dtsi"
4
5 / {
6         model = "Siemens Gigaset SE515";
7         compatible = "dynalink,rta770bw", "brcm,bcm6345";
8
9         gpio-keys-polled {
10                 compatible = "gpio-keys-polled";
11                 #address-cells = <1>;
12                 #size-cells = <0>;
13                 poll-interval = <20>;
14                 debounce-interval = <60>;
15
16                 reset {
17                         label = "reset";
18                         gpios = <&gpio0 13 1>;
19                         linux,code = <0x198>;
20                 };
21         };
22
23         gpio-leds {
24                 compatible = "gpio-leds";
25
26                 usb {
27                         label = "RTA770BW:green:usb";
28                         gpios = <&gpio0 7 1>;
29                 };
30
31                 adsl {
32                         label = "RTA770BW:green:adsl";
33                         gpios = <&gpio0 8 0>;
34                 };
35
36                 diag {
37                         label = "RTA770BW:green:diag";
38                         gpios = <&gpio0 10 1>;
39                 };
40
41                 wlan {
42                         label = "RTA770BW:green:wlan";
43                         gpios = <&gpio0 11 1>;
44                 };
45         };
46 };
47
48 &pflash {
49         status = "ok";
50
51         linux,part-probe = "bcm63xxpart";
52
53         cfe@0 {
54                 label = "CFE";
55                 reg = <0x000000 0x010000>;
56                 read-only;
57         };
58
59         linux@10000 {
60                 label = "linux";
61                 reg = <0x010000 0x3e0000>;
62         };
63
64         nvram@3f0000 {
65                 label = "nvram";
66                 reg = <0x3f0000 0x010000>;
67         };
68 };