base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6358-sfr-neufbox-4.dtsi
1 #include "bcm6358.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 chosen {
8 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
9 stdout-path = "serial0:115200n8";
10 };
11
12 keys {
13 compatible = "gpio-keys-polled";
14 #address-cells = <1>;
15 #size-cells = <0>;
16 poll-interval = <20>;
17
18 service {
19 label = "service";
20 gpios = <&pinctrl 27 1>;
21 linux,code = <BTN_0>;
22 debounce-interval = <60>;
23 };
24
25 clip {
26 label = "clip";
27 gpios = <&pinctrl 31 1>;
28 linux,code = <BTN_1>;
29 debounce-interval = <60>;
30 };
31
32 reset {
33 label = "reset";
34 gpios = <&pinctrl 34 1>;
35 linux,code = <KEY_RESTART>;
36 debounce-interval = <60>;
37 };
38
39 wps {
40 label = "wps";
41 gpios = <&pinctrl 37 1>;
42 linux,code = <KEY_WPS_BUTTON>;
43 debounce-interval = <60>;
44 };
45 };
46 };
47
48 &leds {
49 status = "okay";
50
51 pinctrl-names = "default";
52 pinctrl-0 = <&pinctrl_serial_led>;
53
54 led@0 {
55 reg = <0>;
56 active-low;
57 function = LED_FUNCTION_ALARM;
58 color = <LED_COLOR_ID_WHITE>;
59 };
60
61 led@2 {
62 reg = <2>;
63 active-low;
64 label = "white:tv";
65 };
66
67 led@3 {
68 reg = <3>;
69 active-low;
70 label = "white:tel";
71 };
72
73 led@4 {
74 reg = <4>;
75 active-low;
76 label = "white:adsl";
77 };
78 };
79
80 &pflash {
81 status = "okay";
82
83 partitions {
84 compatible = "brcm,bcm963xx-cfe-nor-partitions";
85 };
86 };
87
88 &uart0 {
89 status = "okay";
90 };