6c2c24f2a4439009cc29727668f5acc8f3565d0c
[oweals/openwrt.git] / target / linux / bcm63xx / dts / bcm6348-bt-voyager-2110.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,voyager-2110", "brcm,bcm6348";
10
11         aliases {
12                 led-boot = &led_power_green;
13                 led-failsafe = &led_power_green;
14                 led-running = &led_power_green;
15                 led-upgrade = &led_power_green;
16         };
17
18         chosen {
19                 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
20                 stdout-path = "serial0:115200n8";
21         };
22
23         keys {
24                 compatible = "gpio-keys-polled";
25                 #address-cells = <1>;
26                 #size-cells = <0>;
27                 poll-interval = <20>;
28
29                 reset {
30                         label = "reset";
31                         gpios = <&pinctrl 33 1>;
32                         linux,code = <KEY_RESTART>;
33                         debounce-interval = <60>;
34                 };
35         };
36
37         leds {
38                 compatible = "gpio-leds";
39
40                 led_power_green: power_green {
41                         label = "V2110:green:power";
42                         gpios = <&pinctrl 0 1>;
43                 };
44                 power_red {
45                         label = "V2110:red:power";
46                         gpios = <&pinctrl 1 1>;
47                 };
48                 adsl_green {
49                         label = "V2110:green:adsl";
50                         gpios = <&pinctrl 2 1>;
51                 };
52                 ppp_green {
53                         label = "V2110:green:ppp";
54                         gpios = <&pinctrl 3 1>;
55                 };
56                 wireless_green {
57                         label = "V2110:green:wireless";
58                         gpios = <&pinctrl 6 1>;
59                 };
60         };
61 };
62
63 &pflash {
64         status = "ok";
65
66         partitions {
67                 compatible = "fixed-partitions";
68                 #address-cells = <1>;
69                 #size-cells = <1>;
70
71                 cfe@0 {
72                         label = "CFE";
73                         reg = <0x000000 0x010000>;
74                         read-only;
75                 };
76
77                 linux@10000 {
78                         label = "linux";
79                         reg = <0x010000 0x3e0000>;
80                         compatible = "brcm,bcm963xx-imagetag";
81                 };
82
83                 nvram@3f0000 {
84                         label = "nvram";
85                         reg = <0x3f0000 0x010000>;
86                 };
87         };
88 };
89
90 &pinctrl {
91         pinctrl-names = "default";
92         pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
93 };
94
95 &uart0 {
96         status = "ok";
97 };