base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/nbd.git] / target / linux / bcm63xx / dts / bcm6348-comtrend-ct-5365.dts
1 #include "bcm6348.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "Comtrend CT-5365";
8 compatible = "comtrend,ct-5365", "brcm,bcm6348";
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 33 1>;
24 linux,code = <KEY_RESTART>;
25 debounce-interval = <60>;
26 };
27
28 wlan {
29 label = "wlan";
30 gpios = <&pinctrl 34 1>;
31 linux,code = <KEY_WLAN>;
32 debounce-interval = <60>;
33 };
34
35 wps {
36 label = "wps";
37 gpios = <&pinctrl 35 1>;
38 linux,code = <KEY_WPS_BUTTON>;
39 debounce-interval = <60>;
40 };
41 };
42
43 leds {
44 compatible = "gpio-leds";
45
46 power_green {
47 function = LED_FUNCTION_POWER;
48 color = <LED_COLOR_ID_GREEN>;
49 gpios = <&pinctrl 0 1>;
50 default-state = "on";
51 };
52 alarm_red {
53 function = LED_FUNCTION_ALARM;
54 color = <LED_COLOR_ID_RED>;
55 gpios = <&pinctrl 2 1>;
56 };
57 wps_green {
58 function = LED_FUNCTION_WPS;
59 color = <LED_COLOR_ID_GREEN>;
60 gpios = <&pinctrl 6 1>;
61 };
62 };
63 };
64
65 &pflash {
66 status = "okay";
67
68 partitions {
69 compatible = "fixed-partitions";
70 #address-cells = <1>;
71 #size-cells = <1>;
72
73 cfe@0 {
74 label = "CFE";
75 reg = <0x000000 0x010000>;
76 read-only;
77 };
78
79 linux@10000 {
80 label = "linux";
81 reg = <0x010000 0x3e0000>;
82 compatible = "brcm,bcm963xx-imagetag";
83 };
84
85 nvram@3f0000 {
86 label = "nvram";
87 reg = <0x3f0000 0x010000>;
88 };
89 };
90 };
91
92 &pinctrl {
93 pinctrl-names = "default";
94 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
95 };
96
97 &uart0 {
98 status = "okay";
99 };