1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Copyright (C) 2015 Marek Vasut <marex@denx.de> 4*f126890aSEmmanuel Vadot */ 5*f126890aSEmmanuel Vadot 6*f126890aSEmmanuel Vadot#include "socfpga_cyclone5.dtsi" 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot/ { 9*f126890aSEmmanuel Vadot model = "Aries/DENX MCV"; 10*f126890aSEmmanuel Vadot compatible = "altr,socfpga-cyclone5", "altr,socfpga"; 11*f126890aSEmmanuel Vadot 12*f126890aSEmmanuel Vadot memory@0 { 13*f126890aSEmmanuel Vadot name = "memory"; 14*f126890aSEmmanuel Vadot device_type = "memory"; 15*f126890aSEmmanuel Vadot reg = <0x0 0x40000000>; /* 1 GiB */ 16*f126890aSEmmanuel Vadot }; 17*f126890aSEmmanuel Vadot}; 18*f126890aSEmmanuel Vadot 19*f126890aSEmmanuel Vadot&mmc0 { /* On-SoM eMMC */ 20*f126890aSEmmanuel Vadot bus-width = <8>; 21*f126890aSEmmanuel Vadot clk-phase-sd-hs = <0>, <135>; 22*f126890aSEmmanuel Vadot status = "okay"; 23*f126890aSEmmanuel Vadot}; 24