xref: /rk3399_ARM-atf/plat/amd/versal2/spmc_sel1_optee_manifest.dts (revision b67e984664a8644d6cfd1812cabaa02cf24f09c9)
1/*
2 * Copyright (c) 2024-2025, Advanced Micro Devices, Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8
9/ {
10	compatible = "arm,ffa-core-manifest-1.0";
11	#address-cells = <2>;
12
13	attribute {
14		spmc_id = <0x8000>;
15		maj_ver = <0x1>;
16		min_ver = <0x0>;
17		exec_state = <0x0>;
18		load_address = <0x0 0x1800000>;
19		entrypoint = <0x0 0x1800000>;
20		binary_size = <0x8000000>;
21	};
22};
23