2018-11-06 04:27:27 +08:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2015-11-20 00:15:05 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2015 Marek Vasut <marex@denx.de>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "socfpga_cyclone5.dtsi"
|
|
|
|
|
|
|
|
/ {
|
2016-09-20 05:40:43 +08:00
|
|
|
model = "Aries/DENX MCV";
|
2015-12-18 07:38:18 +08:00
|
|
|
compatible = "altr,socfpga-cyclone5", "altr,socfpga";
|
2015-11-20 00:15:05 +08:00
|
|
|
|
2017-02-28 00:38:39 +08:00
|
|
|
memory@0 {
|
2015-12-18 07:38:18 +08:00
|
|
|
name = "memory";
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x0 0x40000000>; /* 1 GiB */
|
|
|
|
};
|
2015-11-20 00:15:05 +08:00
|
|
|
};
|
|
|
|
|
2015-12-18 07:38:18 +08:00
|
|
|
&mmc0 { /* On-SoM eMMC */
|
|
|
|
bus-width = <8>;
|
2015-12-21 14:42:01 +08:00
|
|
|
status = "okay";
|
2015-11-20 00:15:05 +08:00
|
|
|
};
|