1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Device Tree file for Globalscale Marvell ESPRESSOBin Board V7
4 * Copyright (C) 2018 Marvell
5 *
6 * Romain Perier <romain.perier@free-electrons.com>
7 * Konstantin Porotchkin <kostap@marvell.com>
8 *
9 */
10/*
11 * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200
12 */
13
14#include "armada-3720-espressobin.dtsi"
15
16/ {
17	model = "Globalscale Marvell ESPRESSOBin Board V7";
18	compatible = "globalscale,espressobin-v7", "globalscale,espressobin",
19		     "marvell,armada3720", "marvell,armada3710";
20};
21
22&switch0 {
23	ports {
24		port@1 {
25			reg = <1>;
26			label = "lan1";
27			phy-handle = <&switch0phy0>;
28		};
29
30		port@3 {
31			reg = <3>;
32			label = "wan";
33			phy-handle = <&switch0phy2>;
34		};
35	};
36};
37