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