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>
19 lines
434 B
Plaintext
19 lines
434 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright 2015-2021 TQ-Systems GmbH
|
|
* Author: Markus Niebel <Markus.Niebel@tq-group.com>
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
#include "imx6qp-tqma6b.dtsi"
|
|
#include "imx6qdl-mba6.dtsi"
|
|
#include "imx6qdl-mba6b.dtsi"
|
|
#include "imx6q-mba6.dtsi"
|
|
|
|
/ {
|
|
model = "TQ TQMa6QP on MBa6x";
|
|
compatible = "tq,imx6qp-mba6x-b", "tq,mba6b",
|
|
"tq,imx6qp-tqma6qp-b", "fsl,imx6qp";
|
|
};
|