kernel: remove non-existant symbols
[oweals/openwrt.git] / target / linux / ramips / dts / rt3050_arcwireless_freestation5.dts
1 /dts-v1/;
2
3 #include "rt3050.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "arcwireless,freestation5", "ralink,rt3050-soc";
10         model = "ARC FreeStation5";
11
12         chosen {
13                 bootargs = "console=ttyS0,115200";
14         };
15
16         cfi@1f000000 {
17                 compatible = "cfi-flash";
18                 reg = <0x1f000000 0x800000>;
19                 bank-width = <2>;
20                 device-width = <2>;
21
22                 partitions {
23                         compatible = "fixed-partitions";
24                         #address-cells = <1>;
25                         #size-cells = <1>;
26
27                         partition@0 {
28                                 label = "u-boot";
29                                 reg = <0x0 0x30000>;
30                                 read-only;
31                         };
32
33                         partition@30000 {
34                                 label = "u-boot-env";
35                                 reg = <0x30000 0x10000>;
36                                 read-only;
37                         };
38
39                         factory: partition@40000 {
40                                 label = "factory";
41                                 reg = <0x40000 0x10000>;
42                                 read-only;
43                         };
44
45                         partition@50000 {
46                                 compatible = "denx,uimage";
47                                 label = "firmware";
48                                 reg = <0x50000 0x7b0000>;
49                         };
50                 };
51         };
52
53         gpio-export {
54                 compatible = "gpio-export";
55
56                 /*
57                  * Used to enable power-over-ethernet passthrough from port0 to port1.
58                  * Disable passthrough by default to prevent accidental equipment damage.
59                  */
60                 poe {
61                         gpio-export,name = "poe-passthrough";
62                         gpio-export,output = <1>;
63                         gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
64                 };
65         };
66
67         leds {
68                 compatible = "gpio-leds";
69
70                 /*
71                  * The following leds are defined in the ArcOS firmware, but reportedly
72                  * not present in the Freestation5 device.
73                  */
74                 wifi {
75                         label = "freestation5:unknown:wifi";
76                         gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
77                 };
78
79                 powerg {
80                         label = "freestation5:unknown:powerg";
81                         gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
82                 };
83
84                 usb {
85                         label = "freestation5:unknown:usb";
86                         gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
87                 };
88         };
89 };
90
91 &state_default {
92         gpio {
93                 groups = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
94                 function = "gpio";
95         };
96 };
97
98 &ethernet {
99         mtd-mac-address = <&factory 0x4>;
100 };
101
102 &esw {
103         mediatek,portmap = <0x01>;
104 };
105
106 &wmac {
107         ralink,mtd-eeprom = <&factory 0>;
108 };
109
110 &otg {
111         status = "okay";
112 };