summaryrefslogtreecommitdiff
path: root/arch/arm/dts/socfpga_cyclone5_mcv.dtsi
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-16 07:09:33 -0400
committerTom Rini <trini@konsulko.com>2019-05-16 07:09:33 -0400
commitb51d103cab173f4480d66b6b93c62d36e2f5fded (patch)
tree87fd886fff542ee1b62cf1a8f89e7f1623a81c22 /arch/arm/dts/socfpga_cyclone5_mcv.dtsi
parent9a32caf52d0dd8287d071eb6a0d93cacfea3fd17 (diff)
parent9e6ed1a3466ea35d98e074187abcbcfee550b448 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
- SoCFPGA DT and reset cleanup, AE MCVEVK board support.
Diffstat (limited to 'arch/arm/dts/socfpga_cyclone5_mcv.dtsi')
-rw-r--r--arch/arm/dts/socfpga_cyclone5_mcv.dtsi22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_mcv.dtsi b/arch/arm/dts/socfpga_cyclone5_mcv.dtsi
new file mode 100644
index 0000000000..bd92806ffc
--- /dev/null
+++ b/arch/arm/dts/socfpga_cyclone5_mcv.dtsi
@@ -0,0 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2015 Marek Vasut <marex@denx.de>
+ */
+
+#include "socfpga_cyclone5.dtsi"
+
+/ {
+ model = "Aries/DENX MCV";
+ compatible = "altr,socfpga-cyclone5", "altr,socfpga";
+
+ memory@0 {
+ name = "memory";
+ device_type = "memory";
+ reg = <0x0 0x40000000>; /* 1 GiB */
+ };
+};
+
+&mmc0 { /* On-SoM eMMC */
+ bus-width = <8>;
+ status = "okay";
+};