1/* SPDX-License-Identifier: BSD-3-Clause */ 2/* 3 * Copyright (c) 2024, Arm Limited. All rights reserved. 4 */ 5 6/dts-v1/; 7 8/ { 9 compatible = "arm,ffa-core-manifest-1.0"; 10 #address-cells = <2>; 11 #size-cells = <1>; 12 13 attribute { 14 spmc_id = <0x8000>; 15 maj_ver = <0x1>; 16 min_ver = <0x1>; 17 exec_state = <0x0>; 18 load_address = <0x0 0x6000000>; 19 entrypoint = <0x0 0x6000000>; 20 binary_size = <0x80000>; 21 }; 22}; 23