versalpl.h 428 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * (C) Copyright 2019 Xilinx, Inc,
  4. * Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
  5. */
  6. #ifndef _VERSALPL_H_
  7. #define _VERSALPL_H_
  8. #include <xilinx.h>
  9. #define VERSAL_PM_LOAD_PDI 0x701
  10. #define VERSAL_PM_PDI_TYPE 0xF
  11. extern struct xilinx_fpga_op versal_op;
  12. #define XILINX_VERSAL_DESC \
  13. { xilinx_versal, csu_dma, 1, &versal_op, 0, &versal_op }
  14. #endif /* _VERSALPL_H_ */