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