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
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-10 23:11:49 +0100
commit9cc5cd9cd3a9499a8da9d7828bebc12e0dc6f4db (patch)
tree2ac28d20a4c926381fe142d762320e86f64e531a /arch/arm/boot/dts/imx6q-apalis_v1_0-eval.dts
parent1fe0cf435e9a938d61a3750140026292183c097c (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. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 83a1be108e1b006f3124687633677d6ace2b4e6a)
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";
+};