diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2022-02-22 10:09:43 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-04-06 16:01:20 +0300 |
commit | a333f3e46d76ecbe1cb8337fade76ee0d8514a8a (patch) | |
tree | 89b34e34299d6f603bf9d85b759ec0d1877dade7 /arch/arm/boot/dts/imx6ul-tqma6ul2l-mba6ulx.dts | |
parent | 7b8861d8e6279a27873b85e3786fba8706fde7c9 (diff) | |
download | linux-a333f3e46d76ecbe1cb8337fade76ee0d8514a8a.tar.xz |
ARM: dts: imx6ul: add TQ-Systems MBa6ULxL device trees
Add device trees for the MBa6ULx mainboard with TQMa6ULxL 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-tqma6ul2l-mba6ulx.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-tqma6ul2l-mba6ulx.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-tqma6ul2l-mba6ulx.dts b/arch/arm/boot/dts/imx6ul-tqma6ul2l-mba6ulx.dts new file mode 100644 index 000000000000..9d9b6b744a1c --- /dev/null +++ b/arch/arm/boot/dts/imx6ul-tqma6ul2l-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-tqma6ul2l.dtsi" +#include "mba6ulx.dtsi" + +/ { + model = "TQ Systems TQMa6UL2L SoM on MBa6ULx board"; + compatible = "tq,imx6ul-tqma6ul2l-mba6ulx", "tq,imx6ul-tqma6ul2l", "fsl,imx6ul"; +}; |