mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 18:36:42 +07:00
c924f0c07e
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>
19 lines
456 B
Plaintext
19 lines
456 B
Plaintext
// 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";
|
|
};
|