1/* 2 * Copyright (c) 2020, Arm Limited. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6/dts-v1/; 7 8/ { 9 compatible = "spci-core-manifest-1.0"; 10 11 attribute { 12 maj_ver = <0x0>; 13 min_ver = <0x9>; 14 runtime_el = <0x1>; 15 exec_state = <0x0>; 16 load_address = <0x0 0x6000000>; 17 entrypoint = <0x0 0x6000000>; 18 }; 19}; 20