Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Device Tree file for Globalscale Marvell ESPRESSOBin Board with eMMC
0004  * Copyright (C) 2018 Marvell
0005  *
0006  * Romain Perier <romain.perier@free-electrons.com>
0007  * Konstantin Porotchkin <kostap@marvell.com>
0008  *
0009  */
0010 /*
0011  * Schematic available at http://espressobin.net/wp-content/uploads/2017/08/ESPRESSObin_V5_Schematics.pdf
0012  */
0013 
0014 /dts-v1/;
0015 
0016 #include "armada-3720-espressobin.dtsi"
0017 
0018 / {
0019         model = "Globalscale Marvell ESPRESSOBin Board (eMMC)";
0020         compatible = "globalscale,espressobin-emmc", "globalscale,espressobin",
0021                      "marvell,armada3720", "marvell,armada3710";
0022 };
0023 
0024 &sdhci0 {
0025         status = "okay";
0026 };