summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynq-topic-miamiplus.dts
diff options
context:
space:
mode:
authorMike Looijmans <mike.looijmans@topic.nl>2016-09-30 08:13:13 +0200
committerMichal Simek <michal.simek@xilinx.com>2016-11-15 15:27:50 +0100
commit2d48caa47de849c6ecd9f8f1db784a985aa55b2d (patch)
tree273ab81c2c4342a2781f0549ff3fe359dab3c916 /arch/arm/dts/zynq-topic-miamiplus.dts
parentba4ccf934818f367748ce136bfe16cc18ea5906b (diff)
ARM: zynq: Add support for the topic-miami system-on-modules and carrier boards
The topic-miami SoMs contain a Zynq xc7z015 or xc7z030 SoC, 1GB DDR3L RAM, 32MB QSPI NOR flash and 256MB NAND flash. The topic-miamiplus SoMs contain a Zynq xc7z035, xc7z045 or xc7z100 SoC, 2x 1GB DDR3L RAM, 64MB dual-parallel QSPI flash, clock sources and a fan controller. The "Florida" carrier boards add SD, USB, ethernet and other interfaces. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynq-topic-miamiplus.dts')
-rw-r--r--arch/arm/dts/zynq-topic-miamiplus.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/dts/zynq-topic-miamiplus.dts b/arch/arm/dts/zynq-topic-miamiplus.dts
new file mode 100644
index 0000000000..3036f6ea9c
--- /dev/null
+++ b/arch/arm/dts/zynq-topic-miamiplus.dts
@@ -0,0 +1,17 @@
+/*
+ * Topic Miami Plus board DTS
+ *
+ * Copyright (C) 2016 Topic Embedded Products
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+#include "zynq-topic-miami.dts"
+
+/ {
+ model = "Topic Miami+ Zynq Board";
+ compatible = "topic,miamiplus", "xlnx,zynq-7000";
+};
+
+&qspi {
+ is-dual = <1>;
+};