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