1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for Globalscale Marvell ESPRESSOBin Board
4 * Copyright (C) 2016 Marvell
6 * Romain Perier <romain.perier@free-electrons.com>
10 #include <dt-bindings/gpio/gpio.h>
11 #include "armada-372x.dtsi"
16 /* for dsa slave device */
17 ethernet1 = &switch0port1;
18 ethernet2 = &switch0port2;
19 ethernet3 = &switch0port3;
25 stdout-path = "serial0:115200n8";
29 device_type = "memory";
30 reg = <0x00000000 0x00000000 0x00000000 0x20000000>;
33 vcc_sd_reg1: regulator {
34 compatible = "regulator-gpio";
35 regulator-name = "vcc_sd1";
36 regulator-min-microvolt = <1800000>;
37 regulator-max-microvolt = <3300000>;
40 gpios = <&gpionb 4 GPIO_ACTIVE_HIGH>;
51 pinctrl-names = "default";
52 pinctrl-0 = <&pcie_reset_pins &pcie_clkreq_pins>;
53 reset-gpios = <&gpiosb 3 GPIO_ACTIVE_LOW>;
60 phy-names = "sata-phy";
67 cd-gpios = <&gpionb 3 GPIO_ACTIVE_LOW>;
68 marvell,pad-type = "sd";
69 vqmmc-supply = <&vcc_sd_reg1>;
71 pinctrl-names = "default";
72 pinctrl-0 = <&sdio_pins>;
81 compatible = "jedec,spi-nor";
82 spi-max-frequency = <104000000>;
87 /* Exported on the micro USB connector J5 through an FTDI */
89 pinctrl-names = "default";
90 pinctrl-0 = <&uart1_pins>;
95 * Connector J17 and J18 expose a number of different features. Some pins are
96 * multiplexed. This is the case for instance for the following features:
97 * - UART1 (pin 24 = RX, pin 26 = TX). See armada-3720-db.dts for an example of
98 * how to enable it. Beware that the signals are 1.8V TTL.
116 compatible = "marvell,mv88e6085";
117 #address-cells = <1>;
124 #address-cells = <1>;
127 switch0port0: port@0 {
131 phy-mode = "rgmii-id";
138 switch0port1: port@1 {
141 phy-handle = <&switch0phy0>;
144 switch0port2: port@2 {
147 phy-handle = <&switch0phy1>;
150 switch0port3: port@3 {
153 phy-handle = <&switch0phy2>;
159 #address-cells = <1>;
162 switch0phy0: switch0phy0@11 {
165 switch0phy1: switch0phy1@12 {
168 switch0phy2: switch0phy2@13 {
176 pinctrl-names = "default";
177 pinctrl-0 = <&rgmii_pins>, <&smi_pins>;
178 phy-mode = "rgmii-id";