base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/stintel.git] / target / linux / bcm63xx / dts / bcm6358-comtrend-ct-6373.dts
1 #include "bcm6358.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "Comtrend CT-6373";
8 compatible = "comtrend,ct-6373", "brcm,bcm6358";
9
10 chosen {
11 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
12 stdout-path = "serial0:115200n8";
13 };
14
15 keys {
16 compatible = "gpio-keys-polled";
17 #address-cells = <1>;
18 #size-cells = <0>;
19 poll-interval = <20>;
20
21 reset {
22 label = "reset";
23 gpios = <&pinctrl 35 1>;
24 linux,code = <KEY_RESTART>;
25 debounce-interval = <60>;
26 };
27 };
28
29 leds {
30 compatible = "gpio-leds";
31
32 power_green {
33 function = LED_FUNCTION_POWER;
34 color = <LED_COLOR_ID_GREEN>;
35 gpios = <&pinctrl 0 0>;
36 default-state = "on";
37 };
38 usb_green {
39 function = LED_FUNCTION_USB;
40 color = <LED_COLOR_ID_GREEN>;
41 gpios = <&pinctrl 3 1>;
42 };
43 wlan_green {
44 function = LED_FUNCTION_WLAN;
45 color = <LED_COLOR_ID_GREEN>;
46 gpios = <&pinctrl 9 1>;
47 };
48 };
49 };
50
51 &leds {
52 status = "okay";
53
54 pinctrl-names = "default";
55 pinctrl-0 = <&pinctrl_serial_led>;
56
57 led@0 {
58 reg = <0>;
59 active-low;
60 label = "green:adsl";
61 };
62
63 led@1 {
64 reg = <1>;
65 active-low;
66 label = "green:line";
67 };
68
69 led@2 {
70 reg = <2>;
71 active-low;
72 label = "green:fxs1";
73 };
74
75 led@3 {
76 reg = <3>;
77 active-low;
78 label = "green:fxs2";
79 };
80 };
81
82 &pflash {
83 status = "okay";
84
85 partitions {
86 compatible = "fixed-partitions";
87 #address-cells = <1>;
88 #size-cells = <1>;
89
90 cfe@0 {
91 label = "CFE";
92 reg = <0x000000 0x010000>;
93 read-only;
94 };
95
96 linux@10000 {
97 label = "linux";
98 reg = <0x010000 0x7e0000>;
99 compatible = "brcm,bcm963xx-imagetag";
100 };
101
102 nvram@7f0000 {
103 label = "nvram";
104 reg = <0x7f0000 0x010000>;
105 };
106 };
107 };
108
109 &uart0 {
110 status = "okay";
111 };