base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6328-adb-a4001n.dts
1 #include "bcm6328.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "ADB P.DG A4001N";
8 compatible = "adb,a4001n", "brcm,bcm6328";
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 23 1>;
31 linux,code = <KEY_RESTART>;
32 debounce-interval = <60>;
33 };
34
35 wps {
36 label = "wps";
37 gpios = <&pinctrl 24 1>;
38 linux,code = <KEY_WPS_BUTTON>;
39 debounce-interval = <60>;
40 };
41 };
42
43 leds {
44 compatible = "gpio-leds";
45
46 inet_red {
47 label = "red:inet";
48 gpios = <&pinctrl 1 0>;
49 };
50 power_red {
51 function = LED_FUNCTION_POWER;
52 color = <LED_COLOR_ID_RED>;
53 gpios = <&pinctrl 4 0>;
54 };
55 led_power_green: power_green {
56 function = LED_FUNCTION_POWER;
57 color = <LED_COLOR_ID_GREEN>;
58 gpios = <&pinctrl 8 0>;
59 default-state = "on";
60 };
61 usb_green {
62 function = LED_FUNCTION_USB;
63 color = <LED_COLOR_ID_GREEN>;
64 gpios = <&pinctrl 10 1>;
65 };
66 dsl_green {
67 label = "green:dsl";
68 gpios = <&pinctrl 11 1>;
69 };
70 };
71 };
72
73 &hsspi {
74 status = "okay";
75
76 flash@0 {
77 compatible = "jedec,spi-nor";
78 spi-max-frequency = <16666667>;
79 spi-tx-bus-width = <2>;
80 spi-rx-bus-width = <2>;
81 reg = <0>;
82
83 partitions {
84 compatible = "fixed-partitions";
85 #address-cells = <1>;
86 #size-cells = <1>;
87
88 cfe@0 {
89 reg = <0x000000 0x010000>;
90 label = "cfe";
91 read-only;
92 };
93
94 linux@10000 {
95 reg = <0x010000 0x7e0000>;
96 label = "linux";
97 compatible = "brcm,bcm963xx-imagetag";
98 };
99
100 nvram@7f0000 {
101 reg = <0x7f0000 0x010000>;
102 label = "nvram";
103 };
104 };
105 };
106 };
107
108 &uart0 {
109 status = "okay";
110 };