ramips: Change all '/include/' clauses to '#include' so preprocessing can be done...
[openwrt.git] / target / linux / ramips / dts / FONERA20N.dts
1 /dts-v1/;
2
3 #include "rt3050.dtsi"
4
5 / {
6         compatible = "FONERA20N", "ralink,rt3052-soc";
7         model = "La Fonera 2.0N";
8
9         pinctrl {
10                 state_default: pinctrl0 {
11                         gpio {
12                                 ralink,group = "i2c", "spi", "jtag", "mdio", "rgmii", "uartf";
13                                 ralink,function = "gpio";
14                         };
15                 };
16         };
17
18         cfi@1f000000 {
19                 compatible = "cfi-flash";
20                 reg = <0x1f000000 0x800000>;
21                 bank-width = <2>;
22                 device-width = <2>;
23                 #address-cells = <1>;
24                 #size-cells = <1>;
25
26                 partition@0 {
27                         label = "u-boot";
28                         reg = <0x0 0x30000>;
29                         read-only;
30                 };
31
32                 partition@30000 {
33                         label = "u-boot-env";
34                         reg = <0x30000 0x10000>;
35                         read-only;
36                 };
37
38                 factory: partition@40000 {
39                         label = "factory";
40                         reg = <0x40000 0x10000>;
41                         read-only;
42                 };
43
44                 partition@50000 {
45                         label = "firmware";
46                         reg = <0x50000 0x7b0000>;
47                 };
48         };
49
50         gpio-leds {
51                 compatible = "gpio-leds";
52
53                 wifi {
54                         label = "fonera20n:orange:wifi";
55                         gpios = <&gpio0 7 1>;
56                 };
57
58                 power {
59                         label = "fonera20n:green:power";
60                         gpios = <&gpio0 9 1>;
61                 };
62
63                 usb {
64                         label = "fonera20n:orange:usb";
65                         gpios = <&gpio0 14 1>;
66                 };
67         };
68
69         gpio-keys-polled {
70                 compatible = "gpio-keys-polled";
71                 #address-cells = <1>;
72                 #size-cells = <0>;
73                 poll-interval = <20>;
74
75                 reset {
76                         label = "reset";
77                         gpios = <&gpio0 12 1>;
78                         linux,code = <0x198>;
79                 };
80
81                 switch {
82                         label = "switch";
83                         gpios = <&gpio0 13 1>;
84                         linux,code = <0xf7>;
85                         linux,input-type = <5>; /* EV_SW */
86                 };
87         };
88
89         ethernet@10100000 {
90                 mtd-mac-address = <&factory 0x28>;
91         };
92
93         esw@10110000 {
94                 mediatek,portmap = <0x2f>;
95
96                 port@0 {
97                         compatible = "swconfig,port";
98                         swconfig,segment = "lan";
99                         swconfig,portmap = <0 4>;
100                 };
101
102                 port@1 {
103                         compatible = "swconfig,port";
104                         swconfig,segment = "lan";
105                         swconfig,portmap = <1 3>;
106                 };
107
108                 port@2 {
109                         compatible = "swconfig,port";
110                         swconfig,segment = "lan";
111                         swconfig,portmap = <2 2>;
112                 };
113
114                 port@3 {
115                         compatible = "swconfig,port";
116                         swconfig,segment = "lan";
117                         swconfig,portmap = <3 1>;
118                 };
119
120                 port@4 {
121                         compatible = "swconfig,port";
122                         swconfig,segment = "wan";
123                         swconfig,portmap = <4 0>;
124                 };
125         };
126
127         wmac@10180000 {
128                 ralink,mtd-eeprom = <&factory 0>;
129         };
130
131         otg@101c0000 {
132                 status = "okay";
133         };
134 };