diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2021-11-22 14:37:40 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-06 03:51:14 +0300 |
commit | ef3846247b41391434c23fcd9560daa57d14bb7a (patch) | |
tree | 68feaf52ebebb00b1fec249f12535c8f0392c303 /arch/arm/boot/dts/imx6qp-mba6b.dts | |
parent | 2439d70c52c51f991b00b0ae5644e96033bd8165 (diff) | |
download | linux-ef3846247b41391434c23fcd9560daa57d14bb7a.tar.xz |
ARM: dts: imx6qdl: add TQ-Systems MBa6x device trees
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qp-mba6b.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6qp-mba6b.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qp-mba6b.dts b/arch/arm/boot/dts/imx6qp-mba6b.dts new file mode 100644 index 000000000000..eee2e09d6e94 --- /dev/null +++ b/arch/arm/boot/dts/imx6qp-mba6b.dts @@ -0,0 +1,18 @@ +// 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"; +}; |