diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2022-02-22 10:09:42 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-04-06 16:01:09 +0300 |
commit | 7b8861d8e6279a27873b85e3786fba8706fde7c9 (patch) | |
tree | 61c12e9df4e42af284671cecbd3387d8f087e1f1 /arch/arm/boot/dts/imx6ul-tqma6ul2-mba6ulx.dts | |
parent | 7bb9b9e34b8742afc0cd8547103ef0106012947b (diff) | |
download | linux-7b8861d8e6279a27873b85e3786fba8706fde7c9.tar.xz |
ARM: dts: imx6ul: add TQ-Systems MBa6ULx device trees
Add device trees for the MBa6ULx mainboard with TQMa6ULx SoMs.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-tqma6ul2-mba6ulx.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-tqma6ul2-mba6ulx.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-tqma6ul2-mba6ulx.dts b/arch/arm/boot/dts/imx6ul-tqma6ul2-mba6ulx.dts new file mode 100644 index 000000000000..0757df2b8f48 --- /dev/null +++ b/arch/arm/boot/dts/imx6ul-tqma6ul2-mba6ulx.dts @@ -0,0 +1,15 @@ +// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) +/* + * Copyright 2018-2022 TQ-Systems GmbH + * Author: Markus Niebel <Markus.Niebel@tq-group.com> + */ + +/dts-v1/; + +#include "imx6ul-tqma6ul2.dtsi" +#include "mba6ulx.dtsi" + +/ { + model = "TQ-Systems TQMa6ULx SoM on MBa6ULx board"; + compatible = "tq,imx6ul-tqma6ul2-mba6ulx", "tq,imx6ul-tqma6ul2", "fsl,imx6ul"; +}; |