0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Device Tree file for Globalscale Marvell ESPRESSOBin Board V7 with eMMC
0004 * Copyright (C) 2018 Marvell
0005 *
0006 * Romain Perier <romain.perier@free-electrons.com>
0007 * Konstantin Porotchkin <kostap@marvell.com>
0008 *
0009 */
0010 /*
0011 * Schematic available at http://espressobin.net/wp-content/uploads/2020/05/ESPRESSObin_V7-0_Schematic.pdf
0012 */
0013
0014 /dts-v1/;
0015
0016 #include "armada-3720-espressobin.dtsi"
0017
0018 / {
0019 model = "Globalscale Marvell ESPRESSOBin Board V7 (eMMC)";
0020 compatible = "globalscale,espressobin-v7-emmc", "globalscale,espressobin-v7",
0021 "globalscale,espressobin", "marvell,armada3720",
0022 "marvell,armada3710";
0023
0024 aliases {
0025 /* ethernet1 is wan port */
0026 ethernet1 = &switch0port3;
0027 ethernet3 = &switch0port1;
0028 };
0029 };
0030
0031 &switch0port1 {
0032 label = "lan1";
0033 };
0034
0035 &switch0port3 {
0036 label = "wan";
0037 };
0038
0039 &sdhci0 {
0040 status = "okay";
0041 };
0042
0043 &led2 {
0044 status = "okay";
0045 };