mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 14:24:25 +08:00
447b878935
This commit adds dts for different variants of ESPRESSObin board: ESPRESSObin with soldered eMMC, ESPRESSObin V7, compared to prior versions some passive elements changed and ethernet ports labels positions have been reversed, ESPRESSObin V7 with soldered eMMC. Since most of elements are the same, one common dtsi is created and referenced in each dts of particular variant. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
21 lines
511 B
Plaintext
21 lines
511 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Device Tree file for Globalscale Marvell ESPRESSOBin Board
|
|
* Copyright (C) 2016 Marvell
|
|
*
|
|
* Romain Perier <romain.perier@free-electrons.com>
|
|
*
|
|
*/
|
|
/*
|
|
* Schematic available at http://espressobin.net/wp-content/uploads/2017/08/ESPRESSObin_V5_Schematics.pdf
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "armada-3720-espressobin.dtsi"
|
|
|
|
/ {
|
|
model = "Globalscale Marvell ESPRESSOBin Board";
|
|
compatible = "globalscale,espressobin", "marvell,armada3720", "marvell,armada3710";
|
|
};
|