-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Bruno Thomsen
authored and
Shawn Guo
committed
Apr 11, 2019
1 parent
a80a1af
commit c924f0c
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// 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" |