1/* 2 * Copyright 2021 The Hafnium Authors. 3 * 4 * Use of this source code is governed by a BSD-style 5 * license that can be found in the LICENSE file or at 6 * https://opensource.org/licenses/BSD-3-Clause. 7 */ 8 9/dts-v1/; 10 11/ { 12 compatible = "arm,ffa-manifest-1.0"; 13 debug_name = "partition-manifest"; 14 15 /* Properties */ 16 ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */ 17 uuid = <0xb4b5671e 0x4a904fe1 0xb81ffb13 0xdae1dacb>; 18 execution-ctx-count = <1>; 19 exception-level = <1>; /* S-EL0 */ 20 execution-state = <0>; /* AARCH64 */ 21 load-address = <0x90000000>; 22 entrypoint-offset = <0x0>; 23 xlat-granule = <0>; /* 4KiB */ 24 messaging-method = <7>; /* Direct and indirect messaging */ 25 ns-interrupts-action = <0>; /* NS interrupts are queued */ 26}; 27