]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
Merge tag 'v4.3-rc5' into for-next
[karo-tx-linux.git] / arch / arm / boot / dts / armada-xp-netgear-rn2120.dts
1 /*
2  * Device Tree file for NETGEAR ReadyNAS 2120
3  *
4  * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>
5  *
6  * This file is dual-licensed: you can use it either under the terms
7  * of the GPL or the X11 license, at your option. Note that this dual
8  * licensing only applies to this file, and not this project as a
9  * whole.
10  *
11  *  a) This file is free software; you can redistribute it and/or
12  *     modify it under the terms of the GNU General Public License as
13  *     published by the Free Software Foundation; either version 2 of the
14  *     License, or (at your option) any later version.
15  *
16  *     This file is distributed in the hope that it will be useful
17  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
18  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  *     GNU General Public License for more details.
20  *
21  * Or, alternatively
22  *
23  *  b) Permission is hereby granted, free of charge, to any person
24  *     obtaining a copy of this software and associated documentation
25  *     files (the "Software"), to deal in the Software without
26  *     restriction, including without limitation the rights to use
27  *     copy, modify, merge, publish, distribute, sublicense, and/or
28  *     sell copies of the Software, and to permit persons to whom the
29  *     Software is furnished to do so, subject to the following
30  *     conditions:
31  *
32  *     The above copyright notice and this permission notice shall be
33  *     included in all copies or substantial portions of the Software.
34  *
35  *     THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND
36  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY
40  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42  *     OTHER DEALINGS IN THE SOFTWARE.
43  */
44
45 /dts-v1/;
46
47 #include <dt-bindings/input/input.h>
48 #include <dt-bindings/gpio/gpio.h>
49 #include "armada-xp-mv78230.dtsi"
50
51 / {
52         model = "NETGEAR ReadyNAS 2120";
53         compatible = "netgear,readynas-2120", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
54
55         chosen {
56                 stdout-path = "serial0:115200n8";
57         };
58
59         memory {
60                 device_type = "memory";
61                 reg = <0 0x00000000 0 0x80000000>; /* 2GB */
62         };
63
64         soc {
65                 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000
66                           MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
67                           MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
68                           MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;
69
70                 pcie-controller {
71                         status = "okay";
72
73                         /* Connected to first Marvell 88SE9170 SATA controller */
74                         pcie@1,0 {
75                                 /* Port 0, Lane 0 */
76                                 status = "okay";
77                         };
78
79                         /* Connected to second Marvell 88SE9170 SATA controller */
80                         pcie@2,0 {
81                                 /* Port 0, Lane 1 */
82                                 status = "okay";
83                         };
84
85                         /* Connected to Fresco Logic FL1009 USB 3.0 controller */
86                         pcie@5,0 {
87                                 /* Port 1, Lane 0 */
88                                 status = "okay";
89                         };
90                 };
91
92                 internal-regs {
93                         /* Two rear eSATA ports */
94                         sata@a0000 {
95                                 nr-ports = <2>;
96                                 status = "okay";
97                         };
98
99                         serial@12000 {
100                                 status = "okay";
101                         };
102
103                         mdio {
104                                 phy0: ethernet-phy@0 { /* Marvell 88E1318 */
105                                         reg = <0>;
106                                 };
107
108                                 phy1: ethernet-phy@1 { /* Marvell 88E1318 */
109                                         reg = <1>;
110                                 };
111                         };
112
113                         ethernet@70000 {
114                                 status = "okay";
115                                 phy = <&phy0>;
116                                 phy-mode = "rgmii-id";
117                         };
118
119                         ethernet@74000 {
120                                 status = "okay";
121                                 phy = <&phy1>;
122                                 phy-mode = "rgmii-id";
123                         };
124
125                         /* Front USB 2.0 port */
126                         usb@50000 {
127                                 status = "okay";
128                         };
129
130                         i2c@11000 {
131                                 compatible = "marvell,mv64xxx-i2c";
132                                 clock-frequency = <400000>;
133                                 status = "okay";
134
135                                 isl12057: isl12057@68 {
136                                         compatible = "isil,isl12057";
137                                         reg = <0x68>;
138                                         isil,irq2-can-wakeup-machine;
139                                 };
140
141                                 /* Controller for rear fan #1 of 3 (Protechnic
142                                  * MGT4012XB-O20, 8000RPM) near eSATA port */
143                                 g762_fan1: g762@3e {
144                                         compatible = "gmt,g762";
145                                         reg = <0x3e>;
146                                         clocks = <&g762_clk>; /* input clock */
147                                         fan_gear_mode = <0>;
148                                         fan_startv = <1>;
149                                         pwm_polarity = <0>;
150                                 };
151
152                                 /*  Controller for rear (center) fan #2 of 3 */
153                                 g762_fan2: g762@48 {
154                                         compatible = "gmt,g762";
155                                         reg = <0x48>;
156                                         clocks = <&g762_clk>; /* input clock */
157                                         fan_gear_mode = <0>;
158                                         fan_startv = <1>;
159                                         pwm_polarity = <0>;
160                                 };
161
162                                 /*  Controller for rear fan #3 of 3 */
163                                 g762_fan3: g762@49 {
164                                         compatible = "gmt,g762";
165                                         reg = <0x49>;
166                                         clocks = <&g762_clk>; /* input clock */
167                                         fan_gear_mode = <0>;
168                                         fan_startv = <1>;
169                                         pwm_polarity = <0>;
170                                 };
171
172                                 /* Temperature sensor */
173                                 g751: g751@4c {
174                                         compatible = "gmt,g751";
175                                         reg = <0x4c>;
176                                 };
177                         };
178
179                         nand@d0000 {
180                                 status = "okay";
181                                 num-cs = <1>;
182                                 marvell,nand-keep-config;
183                                 marvell,nand-enable-arbiter;
184                                 nand-on-flash-bbt;
185
186                                 /* Use Hardware BCH ECC */
187                                 nand-ecc-strength = <4>;
188                                 nand-ecc-step-size = <512>;
189
190                                 partition@0 {
191                                         label = "u-boot";
192                                         reg = <0x0000000 0x180000>;  /* 1.5MB */
193                                         read-only;
194                                 };
195
196                                 partition@180000 {
197                                         label = "u-boot-env";
198                                         reg = <0x180000 0x20000>;    /* 128KB */
199                                         read-only;
200                                 };
201
202                                 partition@200000 {
203                                         label = "uImage";
204                                         reg = <0x0200000 0x600000>;    /* 6MB */
205                                 };
206
207                                 partition@800000 {
208                                         label = "minirootfs";
209                                         reg = <0x0800000 0x400000>;    /* 4MB */
210                                 };
211
212                                 /* Last MB is for the BBT, i.e. not writable */
213                                 partition@c00000 {
214                                         label = "ubifs";
215                                         reg = <0x0c00000 0x7400000>; /* 116MB */
216                                 };
217                         };
218                 };
219         };
220
221         clocks {
222                g762_clk: g762-oscillator {
223                          compatible = "fixed-clock";
224                          #clock-cells = <0>;
225                          clock-frequency = <32768>;
226                };
227         };
228
229         gpio-leds {
230                 compatible = "gpio-leds";
231                 pinctrl-0 = <&sata1_led_pin &sata2_led_pin &err_led_pin
232                              &sata3_led_pin &sata4_led_pin>;
233                 pinctrl-names = "default";
234
235                 red-sata1-led {
236                         label = "rn2120:red:sata1";
237                         gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>;
238                         default-state = "off";
239                 };
240
241                 red-sata2-led {
242                         label = "rn2120:red:sata2";
243                         gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
244                         default-state = "off";
245                 };
246
247                 red-sata3-led {
248                         label = "rn2120:red:sata3";
249                         gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
250                         default-state = "off";
251                 };
252
253                 red-sata4-led {
254                         label = "rn2120:red:sata4";
255                         gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
256                         default-state = "off";
257                 };
258
259                 red-err-led {
260                         label = "rn2120:red:err";
261                         gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
262                         default-state = "off";
263                 };
264         };
265
266         gpio-keys {
267                 compatible = "gpio-keys";
268                 pinctrl-0 = <&power_button_pin &reset_button_pin>;
269                 pinctrl-names = "default";
270
271                 power-button {
272                         label = "Power Button";
273                         linux,code = <KEY_POWER>;
274                         gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
275                 };
276
277                 reset-button {
278                         label = "Reset Button";
279                         linux,code = <KEY_RESTART>;
280                         gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
281                 };
282         };
283
284         gpio-poweroff {
285                 compatible = "gpio-poweroff";
286                 pinctrl-0 = <&poweroff>;
287                 pinctrl-names = "default";
288                 gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
289         };
290 };
291
292 &pinctrl {
293         poweroff: poweroff {
294                 marvell,pins = "mpp42";
295                 marvell,function = "gpio";
296         };
297
298         power_button_pin: power-button-pin {
299                 marvell,pins = "mpp27";
300                 marvell,function = "gpio";
301         };
302
303         reset_button_pin: reset-button-pin {
304                 marvell,pins = "mpp41";
305                 marvell,function = "gpio";
306         };
307
308         sata1_led_pin: sata1-led-pin {
309                 marvell,pins = "mpp31";
310                 marvell,function = "gpio";
311         };
312
313         sata2_led_pin: sata2-led-pin {
314                 marvell,pins = "mpp40";
315                 marvell,function = "gpio";
316         };
317
318         sata3_led_pin: sata3-led-pin {
319                 marvell,pins = "mpp44";
320                 marvell,function = "gpio";
321         };
322
323         sata4_led_pin: sata4-led-pin {
324                 marvell,pins = "mpp47";
325                 marvell,function = "gpio";
326         };
327
328         sata1_power_pin: sata1-power-pin {
329                 marvell,pins = "mpp24";
330                 marvell,function = "gpio";
331         };
332
333         sata2_power_pin: sata2-power-pin {
334                 marvell,pins = "mpp25";
335                 marvell,function = "gpio";
336         };
337
338         sata3_power_pin: sata3-power-pin {
339                 marvell,pins = "mpp26";
340                 marvell,function = "gpio";
341         };
342
343         sata4_power_pin: sata4-power-pin {
344                 marvell,pins = "mpp28";
345                 marvell,function = "gpio";
346         };
347
348         sata1_pres_pin: sata1-pres-pin {
349                 marvell,pins = "mpp32";
350                 marvell,function = "gpio";
351         };
352
353         sata2_pres_pin: sata2-pres-pin {
354                 marvell,pins = "mpp33";
355                 marvell,function = "gpio";
356         };
357
358         sata3_pres_pin: sata3-pres-pin {
359                 marvell,pins = "mpp34";
360                 marvell,function = "gpio";
361         };
362
363         sata4_pres_pin: sata4-pres-pin {
364                 marvell,pins = "mpp35";
365                 marvell,function = "gpio";
366         };
367
368         err_led_pin: err-led-pin {
369                 marvell,pins = "mpp45";
370                 marvell,function = "gpio";
371         };
372 };