mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00

GPL-2.0+ is deprecated, update it to GPL-2.0-or-later. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
15 lines
336 B
Text
15 lines
336 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2019 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx8qxp-colibri.dtsi"
|
|
#include "imx8x-colibri-eval-v3.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX8QXP on Colibri Evaluation Board V3";
|
|
compatible = "toradex,colibri-imx8x-eval-v3",
|
|
"toradex,colibri-imx8x", "fsl,imx8qxp";
|
|
};
|