mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
2fe2be2d27
SOM itself from PS point of view is using the same configuration as K26 that's why reuse that files and only change compatible strings. The reason for creating own set of files is just in case when versions start to diverge because of HW change, supply chain issue, etc. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/61f877ec0b480c5bd368a1211fc73ff7465016bd.1674043915.git.michal.simek@amd.com
22 lines
465 B
Text
22 lines
465 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";
|
|
compatible = "xlnx,zynqmp-sm-k24-revA", "xlnx,zynqmp-sm-k24",
|
|
"xlnx,zynqmp";
|
|
|
|
memory@0 {
|
|
device_type = "memory"; /* 2GB */
|
|
reg = <0 0 0 0x80000000>;
|
|
};
|
|
};
|