1/* 2 * Copyright (c) 2022, Arm Limited. All rights reserved. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6/dts-v1/; 7 8#define EL1 (0x0) 9#define S_EL0 (0x1) 10#define S_EL1 (0x2) 11 12/ { 13 compatible = "arm,ffa-manifest-1.0"; 14 #address-cells = <2>; 15 #size-cells = <1>; 16 17 ffa-version = <0x00010002>; /* 31:16 - Major, 15:0 - Minor */ 18 id = <0x8001>; 19 uuid = <0xf025ee40 0x4c30bca2 0x73a14c8c 0xf18a7dc5>, 20 <0x9120b8c5 0xbb48fed4 0x244de7b7 0xbe28bb6e>; 21 messaging-method = <0x00000201>; /* Can receive SEND_DIRECT_REQ/DIRECT_REQ2 only */ 22 exception-level = <S_EL1>; 23 execution-state = <0>; 24 execution-ctx-count = <32>; /* Must match PLATFORM_CORE_COUNT */ 25}; 26