dee271541e3acee3e355e902c1b98087fd84c41d
[openwrt/staging/dedeckeh.git] / target / linux / mvebu / files / arch / arm / boot / dts / armada-370-buffalo-ls421de.dts
1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
2 /*
3 * Device Tree file for Buffalo LinkStation LS421DE
4 *
5 * Copyright (C) 2020 Daniel González Cabanelas <dgcbueu@gmail.com>
6 */
7
8 /dts-v1/;
9
10 #include "armada-370.dtsi"
11 #include "mvebu-linkstation-fan.dtsi"
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/input/input.h>
14 #include <dt-bindings/thermal/thermal.h>
15
16 / {
17 model = "Buffalo LinkStation LS421DE";
18 compatible = "buffalo,ls421de", "marvell,armada370", "marvell,armada-370-xp";
19
20 aliases {
21 led-boot = &led_boot;
22 led-failsafe = &led_failsafe;
23 led-running = &led_power;
24 led-upgrade = &led_upgrade;
25 };
26
27 chosen {
28 bootargs = "console=ttyS0,115200 earlyprintk noinitrd rootfstype=squashfs";
29 stdout-path = "serial0:115200n8";
30 append-rootblock = "nullparameter="; /* override the bootloader args */
31 };
32
33 memory {
34 device_type = "memory";
35 reg = <0x00000000 0x20000000>; /* 512 MB */
36 };
37
38 soc {
39 ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
40 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000
41 MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>;
42 };
43
44 system_fan: gpio_fan {
45 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH
46 &gpio0 14 GPIO_ACTIVE_HIGH>;
47 alarm-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
48
49 #cooling-cells = <2>;
50 };
51
52 thermal-zones {
53 chassis-thermal {
54 polling-delay = <20000>;
55 polling-delay-passive = <2000>;
56
57 thermal-sensors = <&hdd0_temp>, <&hdd1_temp>;
58 coefficients = <1 1>;
59
60 trips {
61 chassis_alert1: chassis-alert1 {
62 temperature = <36000>;
63 hysteresis = <2000>;
64 type = "active";
65 };
66 chassis_alert2: chassis-alert2 {
67 temperature = <46000>;
68 hysteresis = <2000>;
69 type = "active";
70 };
71 chassis_alert3: chassis-alert3 {
72 temperature = <56000>;
73 hysteresis = <2000>;
74 type = "passive";
75 };
76 chassis_crit: chassis-crit {
77 temperature = <66000>;
78 hysteresis = <2000>;
79 type = "critical";
80 };
81 };
82
83 cooling-maps {
84 map1 {
85 trip = <&chassis_alert1>;
86 cooling-device = <&system_fan THERMAL_NO_LIMIT 1>;
87 };
88 map2 {
89 trip = <&chassis_alert2>;
90 cooling-device = <&system_fan 2 2>;
91 };
92 map3 {
93 trip = <&chassis_alert3>;
94 cooling-device = <&system_fan 3 THERMAL_NO_LIMIT>;
95 };
96 };
97 };
98 };
99
100 gpio_keys {
101 compatible = "gpio-keys";
102 #address-cells = <1>;
103 #size-cells = <0>;
104 pinctrl-0 = <&pmx_buttons>;
105 pinctrl-names = "default";
106
107 power {
108 label = "Power Switch";
109 linux,code = <KEY_POWER>;
110 linux,input-type = <EV_SW>;
111 gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
112 };
113
114 function {
115 label = "Function Button";
116 linux,code = <KEY_CONFIG>;
117 gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
118 };
119 };
120
121 gpio_leds {
122 compatible = "gpio-leds";
123 pinctrl-names = "default";
124 pinctrl-0 = <&pmx_leds1 &pmx_leds2>;
125
126 system_red {
127 label = "ls421de:red:system";
128 gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
129 };
130
131 led_power: power_white {
132 label = "ls421de:white:power";
133 gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
134 default-state = "on";
135 };
136
137 led_failsafe: power_red {
138 label = "ls421de:red:power";
139 gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
140 };
141
142 led_upgrade: power_orange {
143 label = "ls421de:orange:power";
144 gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>;
145 };
146
147 led_boot: system_white {
148 label = "ls421de:white:system";
149 gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>;
150 };
151
152 hdd1_red {
153 label = "ls421de:red:hdd1";
154 gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>;
155 linux,default-trigger = "ata1";
156 };
157
158 hdd2_red {
159 label = "ls421de:red:hdd2";
160 gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
161 linux,default-trigger = "ata2";
162 };
163 };
164
165 regulators {
166 compatible = "simple-bus";
167 #address-cells = <1>;
168 #size-cells = <0>;
169 pinctrl-0 = <&pmx_power_usb &pmx_power_hdd1 &pmx_power_hdd2>;
170 pinctrl-names = "default";
171
172 usb_power: regulator@0 {
173 compatible = "regulator-fixed";
174 reg = <0>;
175 regulator-name = "USB";
176 regulator-min-microvolt = <5000000>;
177 regulator-max-microvolt = <5000000>;
178 enable-active-high;
179 regulator-always-on;
180 regulator-boot-on;
181 gpio = <&gpio0 5 GPIO_ACTIVE_HIGH>;
182 };
183
184 sata1_power: regulator@1 {
185 compatible = "regulator-fixed";
186 reg = <1>;
187 regulator-name = "HDD1";
188 regulator-min-microvolt = <12000000>;
189 regulator-max-microvolt = <12000000>;
190 startup-delay-us = <2000000>;
191 enable-active-high;
192 regulator-always-on;
193 regulator-boot-on;
194 gpio = <&gpio0 8 GPIO_ACTIVE_HIGH>;
195 };
196
197 sata2_power: regulator@2 {
198 compatible = "regulator-fixed";
199 reg = <2>;
200 regulator-name = "HDD2";
201 regulator-min-microvolt = <12000000>;
202 regulator-max-microvolt = <12000000>;
203 startup-delay-us = <4000000>;
204 enable-active-high;
205 regulator-always-on;
206 regulator-boot-on;
207 gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>;
208 };
209 };
210 };
211
212 &coherencyfab {
213 broken-idle;
214 };
215
216 &eth1 {
217 pinctrl-0 = <&ge1_rgmii_pins>;
218 pinctrl-names = "default";
219 status = "okay";
220 phy-handle = <&ethphy0>;
221 phy-connection-type = "rgmii-id";
222 };
223
224 &i2c0 {
225 pinctrl-0 = <&i2c0_pins>;
226 pinctrl-names = "default";
227 clock-frequency = <100000>;
228 status = "okay";
229
230 rs5c372a: rs5c372a@32 {
231 compatible = "ricoh,rs5c372a";
232 reg = <0x32>;
233 wakeup-source;
234 };
235 };
236
237 &mdio {
238 pinctrl-0 = <&mdio_pins>;
239 pinctrl-names = "default";
240
241 ethphy0: ethernet-phy@0 { /* Marvell 88E1518 */
242 reg = <0>;
243 marvell,reg-init = <0x3 0x10 0x1 0x1991>, /* LED function */
244 <0x3 0x11 0x1 0x4401>, /* LED polarity */
245 <0x3 0x12 0x1 0x4905>; /* LED timer */
246 };
247 };
248
249 &pciec {
250 status = "okay";
251 /* Connected to uPD720202 USB 3.0 Host */
252 pcie@1,0 {
253 status = "okay";
254 };
255 };
256
257 &pmsu {
258 pinctrl-0 = <&pmx_power_cpu>;
259 pinctrl-names = "default";
260 };
261
262 &rtc {
263 status = "disabled";
264 };
265
266 &sata {
267 nr-ports = <2>;
268 status = "okay";
269 #address-cells = <1>;
270 #size-cells = <0>;
271
272 hdd0_temp: sata-port@0 {
273 reg = <0>;
274 #thermal-sensor-cells = <0>;
275 };
276
277 hdd1_temp: sata-port@1 {
278 reg = <1>;
279 #thermal-sensor-cells = <0>;
280 };
281 };
282
283 &sdio {
284 pinctrl-0 = <&sdio_pins2>;
285 pinctrl-names = "default";
286 status = "okay";
287 /* No CD or WP GPIOs */
288 broken-cd;
289 };
290
291 &uart0 {
292 status = "okay";
293 };
294
295 &usb0 {
296 status = "okay";
297 };
298
299 &nand_controller {
300 status = "okay";
301
302 nand@0 {
303 reg = <0>;
304 label = "pxa3xx_nand-0";
305 nand-rb = <0>;
306 marvell,nand-keep-config;
307 nand-on-flash-bbt;
308 nand-ecc-strength = <4>;
309 nand-ecc-step-size = <512>;
310
311 partitions {
312 compatible = "fixed-partitions";
313 #address-cells = <1>;
314 #size-cells = <1>;
315
316 partition@0 {
317 label = "kernel";
318 reg = <0x00000000 0x02000000>; /* 32 MiB */
319 };
320
321 partition@2000000 {
322 label = "ubi";
323 reg = <0x02000000 0x1e000000>; /* 480 MiB */
324 };
325 };
326 };
327 };
328
329 &spi0 {
330 status = "okay";
331 pinctrl-0 = <&spi0_pins2>;
332 pinctrl-names = "default";
333
334 spi-flash@0 {
335 #address-cells = <1>;
336 #size-cells = <1>;
337 compatible = "mxicy,mx25l8005", "jedec,spi-nor";
338 reg = <0>; /* Chip select 0 */
339 spi-max-frequency = <50000000>;
340
341 partitions {
342 compatible = "fixed-partitions";
343 #address-cells = <1>;
344 #size-cells = <1>;
345
346 partition@0 {
347 reg = <0x00000 0xf0000>; /* 960 KiB*/
348 label = "u-boot";
349 read-only;
350 };
351 partition@f0000 {
352 reg = <0xf0000 0x10000>; /* 64 KiB */
353 label = "u-boot-env";
354 };
355 };
356 };
357 };
358
359 &pinctrl {
360 pmx_power_cpu: pmx-power-cpu {
361 marvell,pins = "mpp4";
362 marvell,function = "vdd";
363 };
364 pmx_power_usb: pmx-power-usb {
365 marvell,pins = "mpp5";
366 marvell,function = "gpo";
367 };
368 pmx_power_hdd1: pmx-power-hdd1 {
369 marvell,pins = "mpp8";
370 marvell,function = "gpio";
371 };
372 pmx_power_hdd2: pmx-power-hdd2 {
373 marvell,pins = "mpp9";
374 marvell,function = "gpo";
375 };
376 pmx_fan_lock: pmx-fan-lock {
377 marvell,pins = "mpp10";
378 marvell,function = "gpio";
379 };
380 pmx_hdd_present: pmx-hdd-present {
381 marvell,pins = "mpp11", "mpp12";
382 marvell,function = "gpio";
383 };
384 pmx_fan_high: pmx-fan-high {
385 marvell,pins = "mpp13";
386 marvell,function = "gpio";
387 };
388 pmx_fan_low: pmx-fan-low {
389 marvell,pins = "mpp14";
390 marvell,function = "gpio";
391 };
392 pmx_buttons: pmx-buttons {
393 marvell,pins = "mpp15", "mpp16";
394 marvell,function = "gpio";
395 };
396 pmx_leds1: pmx-leds {
397 marvell,pins = "mpp7", "mpp54", "mpp59", "mpp61";
398 marvell,function = "gpo";
399 };
400 pmx_leds2: pmx-leds {
401 marvell,pins = "mpp55", "mpp57", "mpp62";
402 marvell,function = "gpio";
403 };
404 };