aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/boards/zc702/zc702-base-trd-zynq7.dts (renamed from conf/machine/boards/zc702/zc702-zynq7-base-trd.dts)0
-rw-r--r--conf/machine/zc702-base-trd-zynq7.conf18
2 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/boards/zc702/zc702-zynq7-base-trd.dts b/conf/machine/boards/zc702/zc702-base-trd-zynq7.dts
index 24e0e01..24e0e01 100644
--- a/conf/machine/boards/zc702/zc702-zynq7-base-trd.dts
+++ b/conf/machine/boards/zc702/zc702-base-trd-zynq7.dts
diff --git a/conf/machine/zc702-base-trd-zynq7.conf b/conf/machine/zc702-base-trd-zynq7.conf
new file mode 100644
index 0000000..434ed4e
--- /dev/null
+++ b/conf/machine/zc702-base-trd-zynq7.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@NAME: zc702-base-trd-zynq7
+#@DESCRIPTION: Machine support for ZC702 Base TRD.
+#
+# For details on the Evaluation board:
+# http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm
+# For documentation and design files for the ZC702 Base TRD:
+# http://www.wiki.xilinx.com/Zc702+Base+TRD
+
+PREFERRED_VERSION_linux-xlnx ?= "3.10%"
+
+# include the zc702, as this design builds upon it.
+include conf/machine/zc702-zynq7.conf
+
+MACHINE_DEVICETREE_append += " \
+ common/zynq7-base-trd.dtsi \
+ zc702/zc702-base-trd-zynq7.dts \
+ "