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