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

Add the Toradex Aster Carrier Board for Colibri iMX8X, small form-factor with header compatible with Arduino Uno and Raspberry Pi (RPi) maker boards. Additional details available at: https://www.toradex.com/products/carrier-boards/aster-carrier-board Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
16 lines
328 B
Text
16 lines
328 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2018-2021 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx8qxp-colibri.dtsi"
|
|
#include "imx8x-colibri-aster.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX8QXP on Aster Board";
|
|
compatible = "toradex,colibri-imx8x-aster",
|
|
"toradex,colibri-imx8x",
|
|
"fsl,imx8qxp";
|
|
};
|