mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

zcu106 rev1.0 is sw compatible with revA but only one revision should be listed in compatible string that's why remove revA and keep only rev1.0. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/c5214b1a01032b88a394104a57624e0d91a22f29.1726221517.git.michal.simek@amd.com
16 lines
339 B
Text
16 lines
339 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* dts file for Xilinx ZynqMP ZCU106 Rev1.0
|
|
*
|
|
* (C) Copyright 2016 - 2022, Xilinx, Inc.
|
|
*
|
|
* Michal Simek <michal.simek@amd.com>
|
|
*/
|
|
|
|
#include "zynqmp-zcu106-revA.dts"
|
|
|
|
/ {
|
|
model = "ZynqMP ZCU106 Rev1.0";
|
|
compatible = "xlnx,zynqmp-zcu106-rev1.0",
|
|
"xlnx,zynqmp-zcu106", "xlnx,zynqmp";
|
|
};
|