2 * Device Tree file for Lenovo Iomega ix4-300d
4 * Copyright (C) 2014, Benoit Masson <yahoo@perenite.com>
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
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.
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.
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
32 * The above copyright notice and this permission notice shall be
33 * included in all copies or substantial portions of the Software.
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.
47 #include <dt-bindings/input/input.h>
48 #include <dt-bindings/gpio/gpio.h>
49 #include "armada-xp-mv78230.dtsi"
52 model = "Lenovo Iomega ix4-300d";
53 compatible = "lenovo,ix4-300d", "marvell,armadaxp-mv78230",
54 "marvell,armadaxp", "marvell,armada-370-xp";
57 stdout-path = "serial0:115200n8";
61 device_type = "memory";
62 reg = <0 0x00000000 0 0x20000000>; /* 512MB */
66 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000
67 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
68 MBUS_ID(0x09, 0x09) 0 0 0xf1100000 0x10000
69 MBUS_ID(0x09, 0x05) 0 0 0xf1110000 0x10000>;
74 /* Quad port sata: Marvell 88SX7042 */
80 /* USB 3.0 xHCI controller: NEC D720200F1 */
93 phy0: ethernet-phy@0 { /* Marvell 88E1318 */
97 phy1: ethernet-phy@1 { /* Marvell 88E1318 */
103 pinctrl-0 = <&ge0_rgmii_pins>;
104 pinctrl-names = "default";
107 phy-mode = "rgmii-id";
111 pinctrl-0 = <&ge1_rgmii_pins>;
112 pinctrl-names = "default";
115 phy-mode = "rgmii-id";
127 clock-frequency = <400000>;
131 compatible = "adi,adt7473";
136 compatible = "atmel,24c64";
141 compatible = "nxp,pcf8563";
150 marvell,nand-keep-config;
151 marvell,nand-enable-arbiter;
155 compatible = "fixed-partitions";
156 #address-cells = <1>;
161 reg = <0x00000000 0x000e0000>;
166 label = "u-boot-env";
167 reg = <0x000e0000 0x00020000>;
172 label = "u-boot-env2";
173 reg = <0x00100000 0x00020000>;
179 reg = <0x00120000 0x00400000>;
184 reg = <0x00520000 0x00400000>;
189 reg = <0x00e00000 0x3f200000>;
197 compatible = "gpio-keys";
198 pinctrl-0 = <&power_button_pin &reset_button_pin
199 &select_button_pin &scroll_button_pin>;
200 pinctrl-names = "default";
203 label = "Power Button";
204 linux,code = <KEY_POWER>;
205 gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
209 label = "Reset Button";
210 linux,code = <KEY_RESTART>;
211 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
215 label = "Select Button";
216 linux,code = <BTN_SELECT>;
217 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
221 label = "Scroll Button";
222 linux,code = <KEY_SCROLLDOWN>;
223 gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
228 compatible = "spi-gpio";
230 gpio-sck = <&gpio0 25 GPIO_ACTIVE_LOW>;
231 gpio-mosi = <&gpio1 15 GPIO_ACTIVE_LOW>; /*gpio 47*/
232 cs-gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
233 num-chipselects = <1>;
234 #address-cells = <1>;
237 gpio_spi: gpio_spi@0 {
238 compatible = "fairchild,74hc595";
242 registers-number = <1>;
243 spi-max-frequency = <100000>;
248 compatible = "gpio-leds";
249 pinctrl-0 = <&hdd_led_pin>;
250 pinctrl-names = "default";
253 label = "ix4-300d:hdd:blue";
254 gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>;
255 default-state = "off";
259 label = "ix4-300d:power:white";
260 gpios = <&gpio_spi 1 GPIO_ACTIVE_LOW>;
261 /* init blinking while booting */
262 linux,default-trigger = "timer";
263 default-state = "on";
267 label = "ix4-300d:sysfail:red";
268 gpios = <&gpio_spi 2 GPIO_ACTIVE_HIGH>;
269 default-state = "off";
273 label = "ix4-300d:sys:blue";
274 gpios = <&gpio_spi 3 GPIO_ACTIVE_HIGH>;
275 default-state = "off";
279 label = "ix4-300d:hddfail:red";
280 gpios = <&gpio_spi 4 GPIO_ACTIVE_HIGH>;
281 default-state = "off";
287 * Warning: you need both eth1 & 0 PHY initialized (i.e having
288 * them up does the tweak) for poweroff to shutdown otherwise it
292 compatible = "gpio-poweroff";
293 pinctrl-0 = <&poweroff_pin>;
294 pinctrl-names = "default";
295 gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
300 poweroff_pin: poweroff-pin {
301 marvell,pins = "mpp24";
302 marvell,function = "gpio";
305 power_button_pin: power-button-pin {
306 marvell,pins = "mpp44";
307 marvell,function = "gpio";
310 reset_button_pin: reset-button-pin {
311 marvell,pins = "mpp45";
312 marvell,function = "gpio";
314 select_button_pin: select-button-pin {
315 marvell,pins = "mpp41";
316 marvell,function = "gpio";
319 scroll_button_pin: scroll-button-pin {
320 marvell,pins = "mpp42";
321 marvell,function = "gpio";
324 hdd_led_pin: hdd-led-pin {
325 marvell,pins = "mpp26";
326 marvell,function = "gpio";