mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

Fix the imx6ull/7d-colibri devicetrees as per the rules defined at fsl.yaml. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
16 lines
365 B
Text
16 lines
365 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2022 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6ull-colibri-emmc-nonwifi.dtsi"
|
|
#include "imx6ull-colibri-aster.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX6ULL 1GB (eMMC) on Colibri Aster";
|
|
compatible = "toradex,colibri-imx6ull-emmc-aster",
|
|
"toradex,colibri-imx6ull-emmc",
|
|
"fsl,imx6ull";
|
|
};
|