ar71xx: fix splitting firmware partition for TL-WR902AC v1
[openwrt/openwrt.git] / target / linux / mvebu / files-4.19 / arch / arm64 / boot / dts / marvell / armada-3720-espressobin-emmc.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3 * Device Tree file for Globalscale Marvell ESPRESSOBin Board 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
11 #include "armada-3720-espressobin.dts"
12
13 / {
14 model = "Globalscale Marvell ESPRESSOBin Board (eMMC)";
15 compatible = "globalscale,espressobin-emmc", "globalscale,espressobin",
16 "marvell,armada3720", "marvell,armada3710";
17 };
18
19 &sdhci0 {
20 status = "okay";
21
22 #address-cells = <1>;
23 #size-cells = <0>;
24 mmccard: mmccard@0 {
25 compatible = "mmc-card";
26 reg = <0>;
27 };
28 };