summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx7s-mba7.dts
diff options
context:
space:
mode:
authorBruno Thomsen2019-04-03 08:44:26 +0200
committerShawn Guo2019-04-11 03:29:07 +0200
commitc924f0c07e482c92a74173611d7a2611f91bab22 (patch)
tree75472613df55fd06bd4c4d8f1a967b48c9e577a8 /arch/arm/boot/dts/imx7s-mba7.dts
parentARM: dts: tq imx7 common board support (diff)
downloadkernel-qcow2-linux-c924f0c07e482c92a74173611d7a2611f91bab22.tar.gz
kernel-qcow2-linux-c924f0c07e482c92a74173611d7a2611f91bab22.tar.xz
kernel-qcow2-linux-c924f0c07e482c92a74173611d7a2611f91bab22.zip
ARM: dts: tq imx7s board support
This adds support for the TQ TQMa7S SoM together with the MBa7 carrier board and it's based on the NXP i.MX7Solo SoC. Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s-mba7.dts')
-rw-r--r--arch/arm/boot/dts/imx7s-mba7.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s-mba7.dts b/arch/arm/boot/dts/imx7s-mba7.dts
new file mode 100644
index 000000000000..a143d566a38b
--- /dev/null
+++ b/arch/arm/boot/dts/imx7s-mba7.dts
@@ -0,0 +1,18 @@
+// SPDX-License-Identifier: GPL-2.0 OR X11
+/*
+ * Device Tree Source for TQ Systems TQMa7S board on MBa7 carrier board.
+ *
+ * Copyright (C) 2016 TQ Systems GmbH
+ * Author: Markus Niebel <Markus.Niebel@tq-group.com>
+ * Copyright (C) 2019 Bruno Thomsen <bruno.thomsen@gmail.com>
+ */
+
+/dts-v1/;
+
+#include "imx7s-tqma7.dtsi"
+#include "imx7-mba7.dtsi"
+
+/ {
+ model = "TQ Systems TQMa7S board on MBa7 carrier board";
+ compatible = "tq,imx7s-mba7", "fsl,imx7s";
+};