1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for Marvell Armada 3720 development board
5 * Copyright (C) 2016 Marvell
7 * Gregory CLEMENT <gregory.clement@free-electrons.com>
9 * This file is compatible with the version 1.4 and the version 2.0 of
10 * the board, however the CON numbers are different between the 2
16 #include <dt-bindings/gpio/gpio.h>
17 #include "armada-372x.dtsi"
20 model = "Marvell Armada 3720 Development Board DB-88F3720-DDR3";
21 compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3710";
24 stdout-path = "serial0:115200n8";
28 device_type = "memory";
29 reg = <0x00000000 0x00000000 0x00000000 0x20000000>;
32 exp_usb3_vbus: usb3-vbus {
33 compatible = "regulator-fixed";
34 regulator-name = "usb3-vbus";
35 regulator-min-microvolt = <5000000>;
36 regulator-max-microvolt = <5000000>;
39 gpio = <&gpio_exp 1 GPIO_ACTIVE_HIGH>;
43 compatible = "usb-nop-xceiv";
44 vcc-supply = <&exp_usb3_vbus>;
47 vcc_sd_reg1: regulator {
48 compatible = "regulator-gpio";
49 regulator-name = "vcc_sd1";
50 regulator-min-microvolt = <1800000>;
51 regulator-max-microvolt = <3300000>;
54 gpios = <&gpiosb 23 GPIO_ACTIVE_HIGH>;
61 vcc_sd_reg2: regulator-vmcc {
62 compatible = "regulator-fixed";
63 regulator-name = "vcc_sd2";
64 regulator-min-microvolt = <3300000>;
65 regulator-max-microvolt = <3300000>;
68 gpio = <&gpio_exp 4 GPIO_ACTIVE_HIGH>;
72 /* Gigabit module on CON19(V2.0)/CON21(V1.4) */
74 pinctrl-names = "default";
75 pinctrl-0 = <&rgmii_pins>;
76 phy-mode = "rgmii-id";
81 /* Gigabit module on CON18(V2.0)/CON20(V1.4) */
89 pinctrl-names = "default";
90 pinctrl-0 = <&i2c1_pins>;
93 gpio_exp: pca9555@22 {
94 compatible = "nxp,pca9555";
100 * IO0_0: PWR_EN_USB2 IO1_0: PWR_EN_VTT
101 * IO0_1: PWR_EN_USB23 IO1_1: MPCIE_WDISABLE
102 * IO0_2: PWR_EN_SATA IO1_2: RGMII_DEV_RSTN
103 * IO0_3: PWR_EN_PCIE IO1_3: SGMII_DEV_RSTN
106 * IO0_6: PWR_EN_RGMII IO1_6: SATA_USB3.0_SEL
107 * IO0_7: PWR_EN_SGMII IO1_7: PWR_MCI_PS
112 /* PT7C4337A from pericom fully compatible with the ds1337 */
113 compatible = "dallas,ds1337";
120 phy0: ethernet-phy@0 {
124 phy1: ethernet-phy@1 {
129 /* CON15(V2.0)/CON17(V1.4) : PCIe / CON15(V2.0)/CON12(V1.4) :mini-PCIe */
144 marvell,pad-type = "fixed-1-8v";
148 /* SD slot module on CON14(V2.0)/CON15(V1.4) */
151 cd-gpios = <&gpiosb 2 GPIO_ACTIVE_LOW>;
153 marvell,pad-type = "sd";
154 vqmmc-supply = <&vcc_sd_reg1>;
155 vmmc-supply = <&vcc_sd_reg2>;
161 pinctrl-names = "default";
162 pinctrl-0 = <&spi_quad_pins>;
165 compatible = "jedec,spi-nor";
167 spi-max-frequency = <108000000>;
168 spi-rx-bus-width = <4>;
169 spi-tx-bus-width = <4>;
172 compatible = "fixed-partitions";
173 #address-cells = <1>;
176 label = "bootloader";
177 reg = <0x0 0x200000>;
180 label = "U-boot Env";
181 reg = <0x200000 0x10000>;
185 reg = <0x210000 0xDF0000>;
192 * Exported on the micro USB connector CON30(V2.0)/CON32(V1.4) through
193 * an FTDI (also on CON24(V2.0)/CON26(V1.4)).
196 pinctrl-names = "default";
197 pinctrl-0 = <&uart1_pins>;
201 /* CON26(V2.0)/CON28(V1.4) */
203 pinctrl-names = "default";
204 pinctrl-0 = <&uart2_pins>;
208 /* CON27(V2.0)/CON29(V1.4) */
213 /* CON29(V2.0)/CON31(V1.4) */
216 usb-phy = <&usb3_phy>;