xref: /rk3399_ARM-atf/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts (revision 665e71b8ea28162ec7737c1411bca3ea89e5957e)
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		exec_state = <0x0>;
15		load_address = <0x0 0x6000000>;
16		entrypoint = <0x0 0x6000000>;
17	};
18};
19