base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6348-sagem-fast-2604.dts
1 #include "bcm6348.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "Sagem F@st 2604";
8 compatible = "sagem,fast-2604", "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
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 1>;
36 default-state = "on";
37 };
38 power_red {
39 function = LED_FUNCTION_POWER;
40 color = <LED_COLOR_ID_RED>;
41 gpios = <&pinctrl 1 1>;
42 };
43 inet_red {
44 label = "red:inet";
45 gpios = <&pinctrl 4 1>;
46 };
47 wps_green {
48 function = LED_FUNCTION_WPS;
49 color = <LED_COLOR_ID_GREEN>;
50 gpios = <&pinctrl 5 1>;
51 };
52 };
53 };
54
55 &pflash {
56 status = "okay";
57
58 partitions {
59 compatible = "fixed-partitions";
60 #address-cells = <1>;
61 #size-cells = <1>;
62
63 cfe@0 {
64 label = "CFE";
65 reg = <0x000000 0x010000>;
66 read-only;
67 };
68
69 linux@10000 {
70 label = "linux";
71 reg = <0x010000 0x3e0000>;
72 compatible = "brcm,bcm963xx-imagetag";
73 };
74
75 nvram@3f0000 {
76 label = "nvram";
77 reg = <0x3f0000 0x010000>;
78 };
79 };
80 };
81
82 &pinctrl {
83 pinctrl-names = "default";
84 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
85 };
86
87 &uart0 {
88 status = "okay";
89 };