summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6q-ds.dts
diff options
context:
space:
mode:
authorDillon Min <dillon.minfei@gmail.com>2021-05-04 13:09:52 +0800
committerShawn Guo <shawnguo@kernel.org>2021-05-23 10:22:44 +0800
commit4b7f6f3b251aaf455b45a8d4904bad0b59da0c8f (patch)
treeeb3ae3833fc5c380485d4bf906781bee5ee72f87 /arch/arm/boot/dts/imx6q-ds.dts
parentd178918891a1ed09711ac33ff93f7710be137826 (diff)
downloadlinux-4b7f6f3b251aaf455b45a8d4904bad0b59da0c8f.tar.bz2
ARM: dts: imx: Add i.mx6q DaSheng COM-9XX SBC board support
The DaSheng Com-9xx is and ARM based signle board computer (SBC) featuring: - i.MX6Q - 2GiB LPDDR3 DRAM - 8GiB eMMC 5.0 FLASH - 4MiB SPI Flash - USB 2.0 Host/Device - Multiple multi-protocol RS232/RS485 Serial ports - microSD socket - 5V DC power input - HDMI1.4a,1080p@60 - RGMIIx1 Gigabit Ethernet - CSI0x1, connect with ov2659 Signed-off-by: Dillon Min <dillon.minfei@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-ds.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-ds.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-ds.dts b/arch/arm/boot/dts/imx6q-ds.dts
new file mode 100644
index 000000000000..b0a63a133977
--- /dev/null
+++ b/arch/arm/boot/dts/imx6q-ds.dts
@@ -0,0 +1,17 @@
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright 2021 Dillon Min <dillon.minfei@gmail.com>
+//
+// Based on imx6qdl-sabresd.dtsi which is:
+// Copyright 2012 Freescale Semiconductor, Inc.
+// Copyright 2011 Linaro Ltd.
+
+/dts-v1/;
+
+#include "imx6q.dtsi"
+#include "imx6qdl-ds.dtsi"
+
+/ {
+ model = "DaSheng i.MX6 Quad Com-9xx Board";
+ compatible = "ds,imx6q-sbc", "fsl,imx6q";
+};