summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-11-19 10:15:05 -0600
committerDinh Nguyen <dinguyen@opensource.altera.com>2015-11-19 10:15:05 -0600
commit34a315883f60344f2116dcd445388531d09dc066 (patch)
tree1047d4f08cad65d9dfc6b29e530aa21509495c3b /arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
ARM: socfpga: Add support for DENX MCV SoM and MCVEVK baseboard
Add support for the DENX MCV SoM and MCVEVK baseboard. The SoM contains eMMC, DRAM, Altera Cyclone V SoC. The baseboard contains CAN ports, UART ports, STMPE811 touchscreen controller, USB OTG port, ethernet port and a lot of IO pins. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Cc: Vince Bridgers <vbridgers2013@gmail.com> Cc: Alan Tull <atull@altera.com> Cc: Thor Thayer <tthayer@altera.com> Cc: Olof Johansson <olof@lixom.net> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi')
-rw-r--r--arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi33
1 files changed, 33 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi b/arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi
new file mode 100644
index 000000000000..f0e03a23a864
--- /dev/null
+++ b/arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi
@@ -0,0 +1,33 @@
+/*
+ * Copyright (C) 2015 Marek Vasut <marex@denx.de>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "socfpga_cyclone5.dtsi"
+
+/ {
+ model = "DENX MCV";
+ compatible = "altr,socfpga-cyclone5", "altr,socfpga";
+
+ memory {
+ name = "memory";
+ device_type = "memory";
+ reg = <0x0 0x40000000>; /* 1 GiB */
+ };
+};
+
+&mmc0 { /* On-SoM eMMC */
+ bus-width = <8>;
+};