mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
58601fbb8f
Extend compatible versions for K24 SOM. Changes are not affecting SW behavior that's why all versions are compatible to each other. Describing all revisions is done by purpose because user space SW is reading compatible string for logic around DT overlays and bitstreams. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/92eba01ac316e58bd2d3508b0e63bbfafbedbb73.1688992653.git.michal.simek@amd.com
23 lines
530 B
Text
23 lines
530 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* dts file for Xilinx ZynqMP SM-K24 RevA
|
|
*
|
|
* (C) Copyright 2020 - 2021, Xilinx, Inc.
|
|
* (C) Copyright 2022, Advanced Micro Devices, Inc.
|
|
*
|
|
* Michal Simek <michal.simek@amd.com>
|
|
*/
|
|
|
|
#include "zynqmp-sm-k26-revA.dts"
|
|
|
|
/ {
|
|
model = "ZynqMP SM-K24 RevA/B/1";
|
|
compatible = "xlnx,zynqmp-sm-k24-rev1", "xlnx,zynqmp-sm-k24-revB",
|
|
"xlnx,zynqmp-sm-k24-revA", "xlnx,zynqmp-sm-k24",
|
|
"xlnx,zynqmp";
|
|
|
|
memory@0 {
|
|
device_type = "memory"; /* 2GB */
|
|
reg = <0 0 0 0x80000000>;
|
|
};
|
|
};
|