mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Add Toradex Verdin IMX8MM Mallow carrier board support. Mallow is a low-cost carrier board in the Verdin family with a small form factor and build for volume production making it ideal for industrial and embedded applications. https://www.toradex.com/products/carrier-board/mallow-carrier-board Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
18 lines
405 B
Text
18 lines
405 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2023 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx8mm-verdin.dtsi"
|
|
#include "imx8mm-verdin-nonwifi.dtsi"
|
|
#include "imx8mm-verdin-mallow.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Verdin iMX8M Mini on Mallow";
|
|
compatible = "toradex,verdin-imx8mm-nonwifi-mallow",
|
|
"toradex,verdin-imx8mm-nonwifi",
|
|
"toradex,verdin-imx8mm",
|
|
"fsl,imx8mm";
|
|
};
|