summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-udoo.dts
diff options
context:
space:
mode:
authorRobert Nelson <robertcnelson@gmail.com>2014-12-22 11:29:21 -0600
committerShawn Guo <shawn.guo@linaro.org>2015-01-06 19:07:11 +0800
commitcbd54fe0b2bc39cf64ee2f50a22249ae1ddd37c9 (patch)
treefeaef1a759638a90e0d8c7a4e5f6dc6083d0d1dc /arch/arm/boot/dts/imx6dl-udoo.dts
parent99fc5ba0bfb6df59ac22faa48406108e7203ceae (diff)
ARM: dts: imx6dl-udoo: Add board support based off imx6q-udoo
For more information about the Udoo boards: http://www.udoo.org/ Signed-off-by: Robert Nelson <robertcnelson@gmail.com> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-udoo.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-udoo.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-udoo.dts b/arch/arm/boot/dts/imx6dl-udoo.dts
new file mode 100644
index 000000000000..e3713f00e819
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dl-udoo.dts
@@ -0,0 +1,18 @@
+/*
+ * Copyright 2013 Freescale Semiconductor, Inc.
+ *
+ * Author: Fabio Estevam <fabio.estevam@freescale.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ */
+/dts-v1/;
+#include "imx6dl.dtsi"
+#include "imx6qdl-udoo.dtsi"
+
+/ {
+ model = "Udoo i.MX6 Dual-lite Board";
+ compatible = "udoo,imx6dl-udoo", "fsl,imx6dl";
+};