blob: 75401eab4d420eb13a670570f776dcb8ff93e33a [file] [log] [blame]
Tomasz Maciej Nowak447b87892019-06-03 17:53:54 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Device Tree file for Globalscale Marvell ESPRESSOBin Board V7 with eMMC
4 * Copyright (C) 2018 Marvell
5 *
6 * Romain Perier <romain.perier@free-electrons.com>
7 * Konstantin Porotchkin <kostap@marvell.com>
8 *
9 */
10/*
Pali Rohárcbc4a392020-10-05 15:35:13 +020011 * Schematic available at http://espressobin.net/wp-content/uploads/2020/05/ESPRESSObin_V7-0_Schematic.pdf
Tomasz Maciej Nowak447b87892019-06-03 17:53:54 +020012 */
13
Tomasz Maciej Nowaka94484f2020-02-27 17:48:41 +010014/dts-v1/;
15
Tomasz Maciej Nowak447b87892019-06-03 17:53:54 +020016#include "armada-3720-espressobin.dtsi"
17
18/ {
19 model = "Globalscale Marvell ESPRESSOBin Board V7 (eMMC)";
20 compatible = "globalscale,espressobin-v7-emmc", "globalscale,espressobin-v7",
21 "globalscale,espressobin", "marvell,armada3720",
22 "marvell,armada3710";
Pali Rohárb64d8142020-09-07 13:27:17 +020023
24 aliases {
25 /* ethernet1 is wan port */
26 ethernet1 = &switch0port3;
27 ethernet3 = &switch0port1;
28 };
Tomasz Maciej Nowak447b87892019-06-03 17:53:54 +020029};
30
Andre Heider8077f592020-09-08 09:30:50 +020031&switch0port1 {
32 label = "lan1";
33};
Tomasz Maciej Nowak447b87892019-06-03 17:53:54 +020034
Andre Heider8077f592020-09-08 09:30:50 +020035&switch0port3 {
36 label = "wan";
Tomasz Maciej Nowak447b87892019-06-03 17:53:54 +020037};
38
Tomasz Maciej Nowak447b87892019-06-03 17:53:54 +020039&sdhci0 {
Tomasz Maciej Nowak447b87892019-06-03 17:53:54 +020040 status = "okay";
Tomasz Maciej Nowak447b87892019-06-03 17:53:54 +020041};
Pali Rohárc1e99112020-10-06 14:44:55 +020042
43&led2 {
44 status = "okay";
45};