base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/stintel.git] / target / linux / bcm63xx / dts / bcm6348-telsey-magic.dts
1 #include "bcm6348.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "Alice W-Gate";
8 compatible = "telsey,magic", "brcm,bcm6348";
9
10 chosen {
11 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
12 stdout-path = "serial0:115200n8";
13 };
14
15 leds {
16 compatible = "gpio-leds";
17
18 power {
19 function = LED_FUNCTION_POWER;
20 color = <LED_COLOR_ID_GREEN>;
21 gpios = <&pinctrl 0 1>;
22 default-state = "on";
23 };
24
25 stop {
26 label = "green:stop";
27 gpios = <&pinctrl 1 1>;
28 };
29
30 hpna {
31 label = "green:hpna";
32 gpios = <&pinctrl 4 1>;
33 };
34
35 status {
36 label = "green:adsl";
37 gpios = <&pinctrl 5 1>;
38 };
39
40 voip {
41 label = "green:voip";
42 gpios = <&pinctrl 22 1>;
43 };
44
45 wifi {
46 label = "green:wifi";
47 gpios = <&pinctrl 28 0>;
48 };
49
50 usb {
51 function = LED_FUNCTION_USB;
52 color = <LED_COLOR_ID_GREEN>;
53 gpios = <&pinctrl 35 1>;
54 };
55 };
56 };
57
58 &pflash {
59 status = "okay";
60
61 partitions {
62 compatible = "fixed-partitions";
63 #address-cells = <1>;
64 #size-cells = <1>;
65
66 cfe@0 {
67 label = "CFE";
68 reg = <0x000000 0x010000>;
69 read-only;
70 };
71
72 linux@10000 {
73 label = "linux";
74 reg = <0x010000 0x3e0000>;
75 compatible = "brcm,bcm963xx-imagetag";
76 };
77
78 nvram@3f0000 {
79 label = "nvram";
80 reg = <0x3f0000 0x010000>;
81 };
82 };
83 };
84
85 &pinctrl {
86 pinctrl-names = "default";
87 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
88 };
89
90 &uart0 {
91 status = "okay";
92 };