mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
b4052d55ad
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 tree we are now using the regular one for the Colibri Evaluation (carrier) board V3 (e.g. vf610-colibri-eval-v3.dtb rather than the previous vf610-colibri.dtb). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
13 lines
322 B
Text
13 lines
322 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Copyright 2014-2020 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "vf610-colibri.dtsi"
|
|
#include "vf-colibri-eval-v3.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri VF61 on Colibri Evaluation Board";
|
|
compatible = "toradex,vf610-colibri_vf61-on-eval", "toradex,vf610-colibri_vf61", "fsl,vf610";
|
|
};
|