xref: /rk3399_ARM-atf/plat/arm/board/tc/fdts/tc_spmc_test_manifest.dts (revision ae770fedf459d5643125d29f48659e3e936ebd2d)
1/*
2 * Copyright (c) 2023-2024, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6/dts-v1/;
7
8#include <tc_spmc_manifest.dtsi>
9
10/ {
11	hypervisor {
12		vm1 {
13			is_ffa_partition;
14			debug_name = "cactus-primary";
15			load_address = <0xfe000000>;
16			vcpu_count = <8>;
17			mem_size = <1048576>;
18		};
19		vm2 {
20			is_ffa_partition;
21			debug_name = "cactus-secondary";
22			load_address = <0xfe100000>;
23			vcpu_count = <8>;
24			mem_size = <1048576>;
25		};
26		vm3 {
27			is_ffa_partition;
28			debug_name = "cactus-tertiary";
29			load_address = <0xfe200000>;
30			vcpu_count = <1>;
31			mem_size = <1048576>;
32		};
33		vm4 {
34			is_ffa_partition;
35			debug_name = "ivy";
36			load_address = <0xfe600000>;
37			vcpu_count = <1>;
38			mem_size = <1048576>;
39		};
40	};
41};
42