summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts
diff options
context:
space:
mode:
authorParthiban Nallathambi <parthiban@linumiz.com>2020-07-13 10:23:20 +0300
committerShawn Guo <shawnguo@kernel.org>2020-07-13 14:48:53 +0300
commitf9ecf10cb88c5ff47add3acb3611c4f1052be5f5 (patch)
treead3f589977cacfe83983135f0c1b8693eb556c6e /arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts
parent93e881e1f1f5e8e606ada00ea6ff4a2367095ec6 (diff)
downloadlinux-f9ecf10cb88c5ff47add3acb3611c4f1052be5f5.tar.xz
ARM: dts: imx6ull: add MYiR MYS-6ULX SBC
Add support for the MYiR imx6ULL based single board computer equipped with on board 256MB NAND & RAM. The board also provides expansion header for expansion board, but this commit adds only support for SBC. Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts')
-rw-r--r--arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts b/arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts
new file mode 100644
index 000000000000..ecbb2cc5b9ab
--- /dev/null
+++ b/arch/arm/boot/dts/imx6ull-myir-mys-6ulx-eval.dts
@@ -0,0 +1,18 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2020 Linumiz
+ * Author: Parthiban Nallathambi <parthiban@linumiz.com>
+ */
+
+/dts-v1/;
+#include "imx6ull.dtsi"
+#include "imx6ull-myir-mys-6ulx.dtsi"
+
+/ {
+ model = "MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND";
+ compatible = "myir,imx6ull-mys-6ulx-eval", "fsl,imx6ull";
+};
+
+&gpmi {
+ status = "okay";
+};