mvebu: Add basic support for WRT1900AC (v1) and Turris Omnia (pre 2019)
[librecmc/librecmc.git] / target / linux / mvebu / files-4.14 / arch / arm64 / boot / dts / marvell / armada-3720-espressobin-v7-emmc.dts
1 // 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
11 #include "armada-3720-espressobin.dts"
12
13 / {
14         model = "Globalscale Marvell ESPRESSOBin Board V7 (eMMC)";
15         compatible = "globalscale,espressobin-v7-emmc", "globalscale,espressobin-v7",
16                      "globalscale,espressobin", "marvell,armada3720",
17                      "marvell,armada3710";
18 };
19
20 &ports {
21         port@1 {
22                 reg = <1>;
23                 label = "lan1";
24                 phy-handle = <&switch0phy0>;
25         };
26
27         port@3 {
28                 reg = <3>;
29                 label = "wan";
30                 phy-handle = <&switch0phy2>;
31         };
32 };
33
34 &sdhci0 {
35         status = "okay";
36
37         #address-cells = <1>;
38         #size-cells = <0>;
39         mmccard: mmccard@0 {
40                 compatible = "mmc-card";
41                 reg = <0>;
42         };
43 };