Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c924f0c0 authored by Bruno Thomsen's avatar Bruno Thomsen Committed by Shawn Guo
Browse files

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: default avatarBruno Thomsen <bruno.thomsen@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a80a1af6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -588,6 +588,7 @@ dtb-$(CONFIG_SOC_IMX7D) += \
	imx7d-sdb-reva.dtb \
	imx7d-sdb-sht11.dtb \
	imx7s-colibri-eval-v3.dtb \
	imx7s-mba7.dtb \
	imx7s-warp.dtb
dtb-$(CONFIG_SOC_IMX7ULP) += \
	imx7ulp-evk.dtb
+18 −0
Original line number Diff line number Diff line
// 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";
};
+11 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0 OR X11
/*
 * Device Tree Include file for TQ Systems TQMa7S board with NXP i.MX7Solo SoC.
 *
 * Copyright (C) 2016 TQ Systems GmbH
 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
 * Copyright (C) 2019 Bruno Thomsen <bruno.thomsen@gmail.com>
 */

#include "imx7s.dtsi"
#include "imx7-tqma7.dtsi"