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 = "SP Service First"; 14 15 /* Properties */ 16 ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */ 17 uuid = <0x9458bb2d 0x353b4ee2 0xaa25710c 0x99b73ddc>; 18 execution-ctx-count = <8>; 19 exception-level = <2>; /* S-EL1 */ 20 execution-state = <0>; /* AARCH64 */ 21 load-address = <0x6480000>; 22 entrypoint-offset = <0x2000>; 23 xlat-granule = <0>; /* 4KiB */ 24 messaging-method = <0x7>; /* Supports direct and indirect requests. */ 25 ns-interrupts-action = <2>; /* Non secure interrupts are signaled. */ 26 boot-order = <1>; 27 notification-support; /* Receipt of notifications. */ 28}; 29