brcm63xx: make use of dt-includes
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / v2110.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "BT Voyager 2110";
9 compatible = "bt,v2110", "brcm,bcm6348";
10
11 gpio-keys-polled {
12 compatible = "gpio-keys-polled";
13 #address-cells = <1>;
14 #size-cells = <0>;
15 poll-interval = <20>;
16 debounce-interval = <60>;
17
18 reset {
19 label = "reset";
20 gpios = <&gpio1 1 1>;
21 linux,code = <KEY_RESTART>;
22 };
23 };
24
25 gpio-leds {
26 compatible = "gpio-leds";
27
28 power_green {
29 label = "V2110:green:power";
30 gpios = <&gpio0 0 1>;
31 };
32 power_red {
33 label = "V2110:red:power";
34 gpios = <&gpio0 1 1>;
35 };
36 adsl_green {
37 label = "V2110:green:adsl";
38 gpios = <&gpio0 2 1>;
39 };
40 ppp_green {
41 label = "V2110:green:ppp";
42 gpios = <&gpio0 3 1>;
43 };
44 wireless_green {
45 label = "V2110:green:wireless";
46 gpios = <&gpio0 6 1>;
47 };
48 };
49 };
50
51 &pflash {
52 status = "ok";
53
54 linux,part-probe = "bcm63xxpart";
55
56 cfe@0 {
57 label = "CFE";
58 reg = <0x000000 0x010000>;
59 read-only;
60 };
61
62 linux@10000 {
63 label = "linux";
64 reg = <0x010000 0x3e0000>;
65 };
66
67 nvram@3f0000 {
68 label = "nvram";
69 reg = <0x3f0000 0x010000>;
70 };
71 };