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