base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6368-actiontec-r1000h.dts
1 #include "bcm6368.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "Actiontec R1000H";
8 compatible = "actiontec,r1000h", "brcm,bcm6368";
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 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 34 1>;
31 linux,code = <KEY_RESTART>;
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 inet_green {
47 label = "green:inet";
48 gpios = <&pinctrl 5 0>;
49 };
50
51 usb_green {
52 function = LED_FUNCTION_USB;
53 color = <LED_COLOR_ID_GREEN>;
54 gpios = <&pinctrl 21 1>;
55 };
56
57 led_power_green: power_green {
58 function = LED_FUNCTION_POWER;
59 color = <LED_COLOR_ID_GREEN>;
60 gpios = <&pinctrl 22 0>;
61 default-state = "on";
62 };
63
64 wps_green {
65 function = LED_FUNCTION_WPS;
66 color = <LED_COLOR_ID_GREEN>;
67 gpios = <&pinctrl 23 1>;
68 };
69
70 power_red {
71 function = LED_FUNCTION_POWER;
72 color = <LED_COLOR_ID_RED>;
73 gpios = <&pinctrl 24 0>;
74 };
75
76 wps_red {
77 function = LED_FUNCTION_WPS;
78 color = <LED_COLOR_ID_RED>;
79 gpios = <&pinctrl 30 1>;
80 };
81
82 inet_red {
83 label = "red:inet";
84 gpios = <&pinctrl 31 0>;
85 };
86 };
87 };
88
89 &pflash {
90 status = "okay";
91
92 partitions {
93 compatible = "fixed-partitions";
94 #address-cells = <1>;
95 #size-cells = <1>;
96
97 CFE@0 {
98 reg = <0x000000 0x020000>;
99 read-only;
100 };
101
102 linux@20000 {
103 reg = <0x020000 0x1fc0000>;
104 compatible = "brcm,bcm963xx-imagetag";
105 };
106
107 nvram@1fe0000 {
108 reg = <0x1fe0000 0x20000>;
109 };
110 };
111 };
112
113 &uart0 {
114 status = "okay";
115 };
116
117 &uart1 {
118 status = "okay";
119 };