Add support for Toradex Colibri iMX8DX SoM and Aster, Evaluation Board v3, Iris and Iris v2 carrier boards the module can be mated in. This SoM is a variant of the already supported Colibri iMX8QXP, using an NXP i.MX8DX SoC instead of i.MX8QXP. Link: https://www.toradex.com/computer-on-modules/colibri-arm-family/nxp-imx-8x Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2018-2021 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx8dx-colibri.dtsi"
|
|
#include "imx8x-colibri-eval-v3.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX8DX on Colibri Evaluation Board V3";
|
|
compatible = "toradex,colibri-imx8x-eval-v3",
|
|
"toradex,colibri-imx8x",
|
|
"fsl,imx8dx";
|
|
};
|