blob: 2e35f82c7a6b9ab16f88db45b1fd16a149e05002 [file] [log] [blame]
Boyan Karatotev8dec1f52023-12-20 16:28:23 +00001/*
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};