mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
947fb97217
Since SPDX license is already there, drop the full one. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
13 lines
253 B
Text
13 lines
253 B
Text
/*
|
|
* Copyright 2014 Toradex AG
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+ or X11
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "vf-colibri.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri VF50";
|
|
compatible = "toradex,vf500-colibri_vf50", "toradex,vf500-colibri_vf50", "fsl,vf500";
|
|
};
|