xref: /rk3399_ARM-atf/plat/arm/board/fvp/fdts/fvp_cot_desc.dtsi (revision 270d5c5cd9ad6cecc4b581e8a257c6fcfe7d78d6)
1/*
2 * Copyright (c) 2024-2025, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7
8#if COT_DESC_IN_DTB
9	#if defined(ARM_COT_cca)
10		#include "cca_cot_descriptors.dts"
11	#elif defined(ARM_COT_dualroot)
12		#include "dualroot_cot_descriptors.dts"
13	#elif defined(ARM_COT_tbbr)
14		#include "tbbr_cot_descriptors.dts"
15	#endif
16#endif
17