1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| // 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";
| };
|
|