2 * Device Tree include file for SolidRun Clearfog 88F6828 based boards
4 * Copyright (C) 2015 Russell King
6 * This board is in development; the contents of this file work with
7 * the A1 rev 2.0 of the board, which does not represent final
8 * production board. Things will change, don't expect this file to
9 * remain compatible info the future.
11 * This file is dual-licensed: you can use it either under the terms
12 * of the GPL or the X11 license, at your option. Note that this dual
13 * licensing only applies to this file, and not this project as a
16 * a) This file is free software; you can redistribute it and/or
17 * modify it under the terms of the GNU General Public License
18 * version 2 as published by the Free Software Foundation.
20 * This file is distributed in the hope that it will be useful
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
27 * b) Permission is hereby granted, free of charge, to any person
28 * obtaining a copy of this software and associated documentation
29 * files (the "Software"), to deal in the Software without
30 * restriction, including without limitation the rights to use
31 * copy, modify, merge, publish, distribute, sublicense, and/or
32 * sell copies of the Software, and to permit persons to whom the
33 * Software is furnished to do so, subject to the following
36 * The above copyright notice and this permission notice shall be
37 * included in all copies or substantial portions of the Software.
39 * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND
40 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
41 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
42 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
43 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY
44 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
45 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
46 * OTHER DEALINGS IN THE SOFTWARE.
49 #include "armada-388.dtsi"
50 #include "armada-38x-solidrun-microsom.dtsi"
54 /* So that mvebu u-boot can update the MAC addresses */
61 stdout-path = "serial0:115200n8";
64 reg_3p3v: regulator-3p3v {
65 compatible = "regulator-fixed";
66 regulator-name = "3P3V";
67 regulator-min-microvolt = <3300000>;
68 regulator-max-microvolt = <3300000>;
86 cd-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
88 pinctrl-0 = <µsom_sdhci_pins
89 &clearfog_sdhci_cd_pins>;
90 pinctrl-names = "default";
97 /* CON3, nearest power. */
110 * The two PCIe units are accessible through
111 * the mini-PCIe connectors on the board.
114 /* Port 1, Lane 0. CON3, nearest power. */
115 reset-gpios = <&expander0 1 GPIO_ACTIVE_LOW>;
126 buffer-manager = <&bm>;
135 buffer-manager = <&bm>;
146 /* Is there anything on this? */
147 clock-frequency = <100000>;
148 pinctrl-0 = <&i2c0_pins>;
149 pinctrl-names = "default";
153 * PCA9655 GPIO expander, up to 1MHz clock.
171 expander0: gpio-expander@20 {
173 * This is how it should be:
174 * compatible = "onnn,pca9655", "nxp,pca9555";
175 * but you can't do this because of the way I2C works.
177 compatible = "nxp,pca9555";
184 gpios = <0 GPIO_ACTIVE_LOW>;
186 line-name = "pcie1.0-clkreq";
190 gpios = <3 GPIO_ACTIVE_LOW>;
192 line-name = "pcie1.0-w-disable";
196 gpios = <5 GPIO_ACTIVE_LOW>;
198 line-name = "usb3-current-limit";
202 gpios = <6 GPIO_ACTIVE_HIGH>;
204 line-name = "usb3-power";
208 gpios = <11 GPIO_ACTIVE_HIGH>;
210 line-name = "m.2 devslp";
213 /* SFP loss of signal */
215 gpios = <12 GPIO_ACTIVE_HIGH>;
217 line-name = "sfp-los";
220 /* SFP laser fault */
222 gpios = <13 GPIO_ACTIVE_HIGH>;
224 line-name = "sfp-tx-fault";
227 /* SFP transmit disable */
229 gpios = <14 GPIO_ACTIVE_HIGH>;
231 line-name = "sfp-tx-disable";
234 /* SFP module present */
236 gpios = <15 GPIO_ACTIVE_LOW>;
238 line-name = "sfp-mod-def0";
242 /* The MCP3021 is 100kHz clock only */
243 mikrobus_adc: mcp3021@4c {
244 compatible = "microchip,mcp3021";
248 /* Also something at 0x64 */
253 * Routed to SFP, mikrobus, and PCIe.
254 * SFP limits this to 100kHz, and requires an AT24C01A/02/04 with
255 * address pins tied low, which takes addresses 0x50 and 0x51.
256 * Mikrobus doesn't specify beyond an I2C bus being present.
257 * PCIe uses ARP to assign addresses, or 0x63-0x64.
259 clock-frequency = <100000>;
260 pinctrl-0 = <&clearfog_i2c1_pins>;
261 pinctrl-names = "default";
266 clearfog_i2c1_pins: i2c1-pins {
267 /* SFP, PCIe, mSATA, mikrobus */
268 marvell,pins = "mpp26", "mpp27";
269 marvell,function = "i2c1";
271 clearfog_sdhci_cd_pins: clearfog-sdhci-cd-pins {
272 marvell,pins = "mpp20";
273 marvell,function = "gpio";
275 mikro_pins: mikro-pins {
276 /* int: mpp22 rst: mpp29 */
277 marvell,pins = "mpp22", "mpp29";
278 marvell,function = "gpio";
280 mikro_spi_pins: mikro-spi-pins {
281 marvell,pins = "mpp43";
282 marvell,function = "spi1";
284 mikro_uart_pins: mikro-uart-pins {
285 marvell,pins = "mpp24", "mpp25";
286 marvell,function = "ua1";
292 * Add SPI CS pins for clearfog:
293 * CS0: W25Q32 (not populated on uSOM)
294 * CS1: PIC microcontroller (Pro models)
297 pinctrl-0 = <&spi1_pins &mikro_spi_pins>;
298 pinctrl-names = "default";
304 pinctrl-0 = <&mikro_uart_pins>;
305 pinctrl-names = "default";