blob: c5dd3ecbe35aab53d6ecf39e2db9064da1f5e48c [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
7&hafnium {
8 vm1 {
9 is_ffa_partition;
10 vcpu_count = <8>;
11 /* partition information filled in separately */
12 };
13#ifdef TS_SP_FW_CONFIG
14 vm2 {
15 is_ffa_partition;
16 debug_name = "internal-trusted-storage";
17 load_address = <0xfee00000>;
18 vcpu_count = <1>;
19 mem_size = <0x200000>; /* 2MB TZC DRAM */
20 };
21 vm3 {
22 is_ffa_partition;
23 debug_name = "crypto";
24 load_address = <0xfec00000>;
25 vcpu_count = <1>;
26 mem_size = <0x200000>; /* 2MB TZC DRAM */
27 };
28#endif
29};