mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
8daa786211
There is difference between licenses in the Linux kernel and there shouldn't be any diff because all changes are coming from the same source at the same time. The difference is really in a time when they were upstreamed. That's why sync it up. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/813b29378083153b67c60772f28cd2613519f338.1695378830.git.michal.simek@amd.com
19 lines
376 B
Text
19 lines
376 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* dts file for Avnet Ultra96 rev1
|
|
*
|
|
* (C) Copyright 2018, Xilinx, Inc.
|
|
*
|
|
* Michal Simek <michal.simek@amd.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "zynqmp-zcu100-revC.dts"
|
|
|
|
/ {
|
|
model = "Avnet Ultra96 Rev1";
|
|
compatible = "avnet,ultra96-rev1", "avnet,ultra96",
|
|
"xlnx,zynqmp-zcu100-revC", "xlnx,zynqmp-zcu100",
|
|
"xlnx,zynqmp";
|
|
};
|