summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-apalis_v1_0-eval.dts
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-09-04 14:43:07 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-09-09 17:58:15 +0200
commit9f1778fdaf4df8a39c761d47d8651d6279363571 (patch)
treeeff262d8ca9b177f39f2923ffba641ec9ef40850 /arch/arm/boot/dts/imx6q-apalis_v1_0-eval.dts
parent01055e28e5af1d5e309c9eeea19cf012f324dbe8 (diff)
Apalis iMX 6: cleanup filename for V1.0 HW
rename imx6q-apalis-eval_v1_0.dtb to imx6q-apalis_v1_0-eval.dtb The v1_0 denotes the Apalis module version, not the evaluation board version.
Diffstat (limited to 'arch/arm/boot/dts/imx6q-apalis_v1_0-eval.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-apalis_v1_0-eval.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-apalis_v1_0-eval.dts b/arch/arm/boot/dts/imx6q-apalis_v1_0-eval.dts
new file mode 100644
index 000000000000..277b8847f837
--- /dev/null
+++ b/arch/arm/boot/dts/imx6q-apalis_v1_0-eval.dts
@@ -0,0 +1,29 @@
+/*
+ * Copyright 2014 Toradex AG
+ * Copyright 2012 Freescale Semiconductor, Inc.
+ * Copyright 2011 Linaro Ltd.
+ *
+ * The code contained herein is licensed under the GNU General Public
+ * License. You may obtain a copy of the GNU General Public License
+ * Version 2 or later at the following locations:
+ *
+ * http://www.opensource.org/licenses/gpl-license.html
+ * http://www.gnu.org/copyleft/gpl.html
+ */
+
+/dts-v1/;
+
+
+#include <dt-bindings/interrupt-controller/irq.h>
+#include "imx6q.dtsi"
+/* on HW V1.0 all RxD/TxD lines are routed in a DCE way, all control lines (RTS/...)
+ are then not routed as given in the module specification and thus unusable.
+ The following define configures the UARTs to RxD/TxD correctly */
+#define USE_UART_IN_DCE_MODE
+#include "imx6qdl-apalis.dtsi"
+#include "imx6qdl-apalis-eval.dtsi"
+
+/ {
+ model = "Toradex Apalis iMX6Q on Apalis Evaluation Board";
+ compatible = "toradex,apalis_imx6q-eval", "toradex,apalis_imx6q", "fsl,imx6q";
+};