diff options
author | Bruno Thomsen <bruno.thomsen@gmail.com> | 2019-04-03 08:44:27 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-04-11 03:29:07 +0200 |
commit | 684a586741e2be211ca9bc800ae631b69fb3f8aa (patch) | |
tree | bf2eaaddf8b4d92a652e38c270e40f340c58c95e /arch/arm/boot/dts/imx7d-tqma7.dtsi | |
parent | ARM: dts: tq imx7s board support (diff) | |
download | linux-684a586741e2be211ca9bc800ae631b69fb3f8aa.tar.xz linux-684a586741e2be211ca9bc800ae631b69fb3f8aa.zip |
ARM: dts: tq imx7d board support
This adds support for the TQ TQMa7D SoM together with
the MBa7 carrier board and it's based on the NXP i.MX7Dual 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/imx7d-tqma7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7d-tqma7.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-tqma7.dtsi b/arch/arm/boot/dts/imx7d-tqma7.dtsi new file mode 100644 index 000000000000..8ad3048dac0d --- /dev/null +++ b/arch/arm/boot/dts/imx7d-tqma7.dtsi @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0 OR X11 +/* + * Device Tree Include file for TQ Systems TQMa7D board with NXP i.MX7Dual 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 "imx7d.dtsi" +#include "imx7-tqma7.dtsi" |