0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Device Tree file for Globalscale Marvell ESPRESSOBin Board V7
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";
0020 compatible = "globalscale,espressobin-v7", "globalscale,espressobin",
0021 "marvell,armada3720", "marvell,armada3710";
0022
0023 aliases {
0024 /* ethernet1 is wan port */
0025 ethernet1 = &switch0port3;
0026 ethernet3 = &switch0port1;
0027 };
0028 };
0029
0030 &switch0port1 {
0031 label = "lan1";
0032 };
0033
0034 &switch0port3 {
0035 label = "wan";
0036 };
0037
0038 &led2 {
0039 status = "okay";
0040 };