xref: /rk3399_ARM-atf/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts (revision e21a788ee197ec66f6b8552e2274297bf4a095a8)
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