1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2c66ec88fSEmmanuel Vadot/* 3c66ec88fSEmmanuel Vadot * Device Tree file for Globalscale Marvell ESPRESSOBin Board V7 4c66ec88fSEmmanuel Vadot * Copyright (C) 2018 Marvell 5c66ec88fSEmmanuel Vadot * 6c66ec88fSEmmanuel Vadot * Romain Perier <romain.perier@free-electrons.com> 7c66ec88fSEmmanuel Vadot * Konstantin Porotchkin <kostap@marvell.com> 8c66ec88fSEmmanuel Vadot * 9c66ec88fSEmmanuel Vadot */ 10c66ec88fSEmmanuel Vadot/* 115def4c47SEmmanuel Vadot * Schematic available at http://espressobin.net/wp-content/uploads/2020/05/ESPRESSObin_V7-0_Schematic.pdf 12c66ec88fSEmmanuel Vadot */ 13c66ec88fSEmmanuel Vadot 14c66ec88fSEmmanuel Vadot/dts-v1/; 15c66ec88fSEmmanuel Vadot 16c66ec88fSEmmanuel Vadot#include "armada-3720-espressobin.dtsi" 17c66ec88fSEmmanuel Vadot 18c66ec88fSEmmanuel Vadot/ { 19c66ec88fSEmmanuel Vadot model = "Globalscale Marvell ESPRESSOBin Board V7"; 20c66ec88fSEmmanuel Vadot compatible = "globalscale,espressobin-v7", "globalscale,espressobin", 21*cb7aa33aSEmmanuel Vadot "marvell,armada3720", "marvell,armada3700"; 226be33864SEmmanuel Vadot 236be33864SEmmanuel Vadot aliases { 246be33864SEmmanuel Vadot /* ethernet1 is wan port */ 256be33864SEmmanuel Vadot ethernet1 = &switch0port3; 266be33864SEmmanuel Vadot ethernet3 = &switch0port1; 276be33864SEmmanuel Vadot }; 28c66ec88fSEmmanuel Vadot}; 29c66ec88fSEmmanuel Vadot 305def4c47SEmmanuel Vadot&switch0port1 { 31c66ec88fSEmmanuel Vadot label = "lan1"; 32c66ec88fSEmmanuel Vadot}; 33c66ec88fSEmmanuel Vadot 345def4c47SEmmanuel Vadot&switch0port3 { 35c66ec88fSEmmanuel Vadot label = "wan"; 36c66ec88fSEmmanuel Vadot}; 375def4c47SEmmanuel Vadot 385def4c47SEmmanuel Vadot&led2 { 395def4c47SEmmanuel Vadot status = "okay"; 40c66ec88fSEmmanuel Vadot}; 41