xref: /rk3399_ARM-atf/plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts (revision d55b8f6a89591b8784026b5c818e3cacd8a01f90)
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		spmc_id = <0x8000>;
13		maj_ver = <0x0>;
14		min_ver = <0x9>;
15		exec_state = <0x0>;
16		load_address = <0x0 0x6000000>;
17		entrypoint = <0x0 0x6000000>;
18	};
19};
20