Prepare v2025.01
[u-boot.git] / include / versalpl.h
blob7dae56b236099c47eb73028a4b8f244bcb49591f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * (C) Copyright 2019 Xilinx, Inc,
4 * Siva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com>>
5 */
7 #ifndef _VERSALPL_H_
8 #define _VERSALPL_H_
10 #include <xilinx.h>
12 #define VERSAL_PM_LOAD_PDI 0x701
13 #define VERSAL_PM_PDI_TYPE 0xF
15 extern struct xilinx_fpga_op versal_op;
17 #endif /* _VERSALPL_H_ */