mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
c21b61bff1
Synchronise device tree with linux v5.19-rc5. Please note that this also means that instead of the previous "generic" U-Boot specific carrier board agnostic device trees we are now using the regular ones for the Colibri Evaluation (carrier) board V3 (e.g. imx6ull-colibri-eval-v3.dtb rather than the previous imx6ull-colibri.dtb and imx6ull-colibri-emmc-eval-v3.dtb rather than the previous imx6ull-colibri-emmc.dtb). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
14 lines
328 B
Text
14 lines
328 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2018-2022 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6ull-colibri-nonwifi.dtsi"
|
|
#include "imx6ull-colibri-eval-v3.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX6ULL 256/512MB on Colibri Evaluation Board V3";
|
|
compatible = "toradex,colibri-imx6ull-eval", "fsl,imx6ull";
|
|
};
|