summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6dl-nitrogen6x.dts
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-01-13 01:17:29 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-23 08:15:41 +0100
commit3c3e99d6acaaec43b806a51dc68d2cd9c5fa441d (patch)
tree78200a7fe61caa4202bbfa309dacbb28fdd813b8 /arch/arm/dts/imx6dl-nitrogen6x.dts
parentc06522e88ecbaceeb864c6895140fa8735580fd6 (diff)
downloadbarebox-3c3e99d6acaaec43b806a51dc68d2cd9c5fa441d.tar.gz
barebox-3c3e99d6acaaec43b806a51dc68d2cd9c5fa441d.tar.xz
ARM: imx6: add initial support for Nitrogen6X boards
Only the 1GB variant is supported for now, as I don't have anything other to test with. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/imx6dl-nitrogen6x.dts')
-rw-r--r--arch/arm/dts/imx6dl-nitrogen6x.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6dl-nitrogen6x.dts b/arch/arm/dts/imx6dl-nitrogen6x.dts
new file mode 100644
index 0000000000..5f4d33ccc4
--- /dev/null
+++ b/arch/arm/dts/imx6dl-nitrogen6x.dts
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2013 Boundary Devices, Inc.
+ * 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 "imx6dl.dtsi"
+#include "imx6qdl-nitrogen6x.dtsi"
+
+/ {
+ model = "Freescale i.MX6 DualLite Nitrogen6x Board";
+ compatible = "fsl,imx6dl-nitrogen6x", "fsl,imx6dl";
+};