libmetal  v2025.04.0
sys_devicetree.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2022-2023 Advanced Micro Devices, Inc. All Rights Reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /*
8  * @file generic/xlnx/sys_devicetree.h
9  * @brief Xilinx-AMD Specific symbols for System Device Tree Flow
10  */
11 
12 #ifndef __METAL_GENERIC_SYS_XLNX_SYS_DEVICETREE_H__
13 #define __METAL_GENERIC_SYS_XLNX_SYS_DEVICETREE_H__
14 
15 /* The Xilinx-AMD System Device Tree (SDT) Flow BSP provides this file. */
16 #include "bspconfig.h"
17 
18 #ifndef XPAR_SCUGIC_0_DEVICE_ID
19 #define XPAR_SCUGIC_0_DEVICE_ID XPAR_SCUGIC_SINGLE_DEVICE_ID
20 #endif
21 
22 #ifndef XPAR_SCUGIC_0_DIST_BASEADDR
23 #define XPAR_SCUGIC_0_DIST_BASEADDR XPAR_SCUGIC_DIST_BASEADDR
24 #endif
25 #endif /* __METAL_GENERIC_SYS_XLNX_SYS_DEVICETREE_H__ */