blob: 485a6eb869107f0bd1498956597826db7463bee0 [file] [log] [blame]
Imre Kaloz48241402015-02-16 13:31:04 +01001/*
2 * Device Tree file for the Linksys WRT1900AC (Mamba).
3 *
4 * Note: this board is shipped with a new generation boot loader that
5 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk
6 * is used, the CONFIG_DEBUG_MVEBU_UART0_ALTERNATE option should be
7 * used.
8 *
9 * Copyright (C) 2014 Imre Kaloz <kaloz@openwrt.org>
10 *
11 * Based on armada-xp-axpwifiap.dts:
12 *
13 * Copyright (C) 2013 Marvell
14 *
15 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 *
17 * This file is dual-licensed: you can use it either under the terms
18 * of the GPL or the X11 license, at your option. Note that this dual
19 * licensing only applies to this file, and not this project as a
20 * whole.
21 *
22 * a) This file is licensed under the terms of the GNU General Public
23 * License version 2. This program is licensed "as is" without
24 * any warranty of any kind, whether express or implied.
25 *
26 * Or, alternatively,
27 *
28 * b) Permission is hereby granted, free of charge, to any person
29 * obtaining a copy of this software and associated documentation
30 * files (the "Software"), to deal in the Software without
31 * restriction, including without limitation the rights to use,
32 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * sell copies of the Software, and to permit persons to whom the
34 * Software is furnished to do so, subject to the following
35 * conditions:
36 *
37 * The above copyright notice and this permission notice shall be
38 * included in all copies or substantial portions of the Software.
39 *
40 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
41 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
42 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
43 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
44 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
45 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
46 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
47 * OTHER DEALINGS IN THE SOFTWARE.
48 */
49
50/dts-v1/;
51#include <dt-bindings/gpio/gpio.h>
52#include <dt-bindings/input/input.h>
53#include "armada-xp-mv78230.dtsi"
54
55/ {
56 model = "Linksys WRT1900AC";
57 compatible = "linksys,mamba", "marvell,armadaxp-mv78230",
58 "marvell,armadaxp", "marvell,armada-370-xp";
59
60 chosen {
61 bootargs = "console=ttyS0,115200";
62 stdout-path = &uart0;
63 };
64
65 memory {
66 device_type = "memory";
67 reg = <0x00000000 0x00000000 0x00000000 0x10000000>; /* 256MB */
68 };
69
70 soc {
71 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
72 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000>;
73
74 pcie-controller {
75 status = "okay";
76
77 /* Etron EJ168 USB 3.0 controller */
78 pcie@1,0 {
79 /* Port 0, Lane 0 */
80 status = "okay";
81 };
82
83 /* First mini-PCIe port */
84 pcie@2,0 {
85 /* Port 0, Lane 1 */
86 status = "okay";
87 };
88
89 /* Second mini-PCIe port */
90 pcie@3,0 {
91 /* Port 0, Lane 3 */
92 status = "okay";
93 };
94 };
95
96 internal-regs {
97
98 /* J10: VCC, NC, RX, NC, TX, GND */
99 serial@12000 {
100 status = "okay";
101 };
102
103 sata@a0000 {
104 nr-ports = <1>;
105 status = "okay";
106 };
107
108 ethernet@70000 {
109 pinctrl-0 = <&ge0_rgmii_pins>;
110 pinctrl-names = "default";
111 status = "okay";
112 phy-mode = "rgmii-id";
113 fixed-link {
114 speed = <1000>;
115 full-duplex;
116 };
117 };
118
119 ethernet@74000 {
120 pinctrl-0 = <&ge1_rgmii_pins>;
121 pinctrl-names = "default";
122 status = "okay";
123 phy-mode = "rgmii-id";
124 fixed-link {
125 speed = <1000>;
126 full-duplex;
127 };
128 };
129
130 /* USB part of the eSATA/USB 2.0 port */
131 usb@50000 {
132 status = "okay";
133 };
134
135 i2c@11000 {
136 status = "okay";
137 clock-frequency = <100000>;
138
139 tmp421@4c {
140 compatible = "ti,tmp421";
141 reg = <0x4c>;
142 };
143
144 tlc59116@68 {
145 #address-cells = <1>;
146 #size-cells = <0>;
147 #gpio-cells = <2>;
148 compatible = "ti,tlc59116";
149 reg = <0x68>;
150
151 wan_amber@0 {
152 label = "mamba:amber:wan";
153 reg = <0x0>;
154 };
155
156 wan_white@1 {
157 label = "mamba:white:wan";
158 reg = <0x1>;
159 };
160
161 wlan_2g@2 {
162 label = "mamba:white:wlan_2g";
163 reg = <0x2>;
164 };
165
166 wlan_5g@3 {
167 label = "mamba:white:wlan_5g";
168 reg = <0x3>;
169 };
170
171 esata@4 {
172 label = "mamba:white:esata";
173 reg = <0x4>;
174 };
175
176 usb2@5 {
177 label = "mamba:white:usb2";
178 reg = <0x5>;
179 };
180
181 usb3_1@6 {
182 label = "mamba:white:usb3_1";
183 reg = <0x6>;
184 };
185
186 usb3_2@7 {
187 label = "mamba:white:usb3_2";
188 reg = <0x7>;
189 };
190
191 wps_white@8 {
192 label = "mamba:white:wps";
193 reg = <0x8>;
194 };
195
196 wps_amber@9 {
197 label = "mamba:amber:wps";
198 reg = <0x9>;
199 };
200 };
201 };
202
203 nand@d0000 {
204 status = "okay";
205 num-cs = <1>;
206 marvell,nand-keep-config;
207 marvell,nand-enable-arbiter;
208 nand-on-flash-bbt;
209 nand-ecc-strength = <4>;
210 nand-ecc-step-size = <512>;
211
212 partition@0 {
213 label = "u-boot";
214 reg = <0x0000000 0x100000>; /* 1MB */
215 read-only;
216 };
217
218 partition@100000 {
219 label = "u_env";
220 reg = <0x100000 0x40000>; /* 256KB */
221 };
222
223 partition@140000 {
224 label = "s_env";
225 reg = <0x140000 0x40000>; /* 256KB */
226 };
227
228 partition@900000 {
229 label = "devinfo";
230 reg = <0x900000 0x100000>; /* 1MB */
231 read-only;
232 };
233
234 /* kernel1 overlaps with rootfs1 by design */
235 partition@a00000 {
236 label = "kernel1";
237 reg = <0xa00000 0x2800000>; /* 40MB */
238 };
239
240 partition@d00000 {
241 label = "rootfs1";
242 reg = <0xd00000 0x2500000>; /* 37MB */
243 };
244
245 /* kernel2 overlaps with rootfs2 by design */
246 partition@3200000 {
247 label = "kernel2";
248 reg = <0x3200000 0x2800000>; /* 40MB */
249 };
250
251 partition@3500000 {
252 label = "rootfs2";
253 reg = <0x3500000 0x2500000>; /* 37MB */
254 };
255
256 /*
257 * 38MB, last MB is for the BBT, not writable
258 */
259 partition@5a00000 {
260 label = "syscfg";
261 reg = <0x5a00000 0x2600000>;
262 };
263
264 /*
265 * Unused area between "s_env" and "devinfo".
266 * Moved here because otherwise the renumbered
267 * partitions would break the bootloader
268 * supplied bootargs
269 */
270 partition@180000 {
271 label = "unused_area";
272 reg = <0x180000 0x780000>; /* 7.5MB */
273 };
274 };
275
276 spi0: spi@10600 {
277 status = "okay";
278
279 spi-flash@0 {
280 #address-cells = <1>;
281 #size-cells = <1>;
282 compatible = "everspin,mr25h256";
283 reg = <0>; /* Chip select 0 */
284 spi-max-frequency = <40000000>;
285 };
286 };
287 };
288 };
289
290 gpio_keys {
291 compatible = "gpio-keys";
292 #address-cells = <1>;
293 #size-cells = <0>;
294 pinctrl-0 = <&keys_pin>;
295 pinctrl-names = "default";
296
297 button@1 {
298 label = "WPS";
299 linux,code = <KEY_WPS_BUTTON>;
300 gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
301 };
302
303 button@2 {
304 label = "Factory Reset Button";
305 linux,code = <KEY_RESTART>;
306 gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
307 };
308 };
309
310 gpio-leds {
311 compatible = "gpio-leds";
312 pinctrl-0 = <&power_led_pin>;
313 pinctrl-names = "default";
314
315 power {
316 label = "mamba:white:power";
317 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
318 default-state = "on";
319 };
320 };
321
322 gpio_fan {
323 /* SUNON HA4010V4-0000-C99 */
324 compatible = "gpio-fan";
325 gpios = <&gpio0 24 0>;
326
327 gpio-fan,speed-map = <0 0
328 4500 1>;
329 };
330};
331
332&pinctrl {
333
334 keys_pin: keys-pin {
335 marvell,pins = "mpp32", "mpp33";
336 marvell,function = "gpio";
337 };
338
339 power_led_pin: power-led-pin {
340 marvell,pins = "mpp40";
341 marvell,function = "gpio";
342 };
343
344 gpio_fan_pin: gpio-fan-pin {
345 marvell,pins = "mpp24";
346 marvell,function = "gpio";
347 };
348};