forked from Minki/linux
ef3846247b
Add device trees for the MBa6x mainboard with TQMa6Q/QP/DL SoMs. As discussed, all new files are added with GPL-2.0-only license, as they are too tightly intertwined with the SoC DTSIs imx6dl.dtsi and imx6q.dtsi, which are GPL-2.0. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com> Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
21 lines
441 B
Plaintext
21 lines
441 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright 2013 Sascha Hauer, Pengutronix
|
|
*
|
|
* Copyright 2013-2021 TQ-Systems GmbH
|
|
* Author: Markus Niebel <Markus.Niebel@tq-group.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6q-tqma6a.dtsi"
|
|
#include "imx6qdl-mba6.dtsi"
|
|
#include "imx6qdl-mba6a.dtsi"
|
|
#include "imx6q-mba6.dtsi"
|
|
|
|
/ {
|
|
model = "TQ TQMa6Q on MBa6x";
|
|
compatible = "tq,imx6q-mba6x-a", "tq,mba6a",
|
|
"tq,imx6q-tqma6q-a", "fsl,imx6q";
|
|
};
|