1 2 /******************************************************************* 3 * 4 * CAUTION: This file is automatically generated by HSI. 5 * Version: 2020.1 6 * DO NOT EDIT. 7 * 8 * Copyright (C) 2010-2020 Xilinx, Inc. All Rights Reserved. 9 * SPDX-License-Identifier: MIT 10 11 * 12 * Description: Driver configuration 13 * 14 *******************************************************************/ 15 16 #include "xparameters.h" 17 #include "xgpiops.h" 18 19 /* 20 * The configuration table for devices 21 */ 22 23 XGpioPs_Config XGpioPs_ConfigTable[XPAR_XGPIOPS_NUM_INSTANCES] = 24 { 25 { 26 XPAR_PSU_GPIO_0_DEVICE_ID, 27 XPAR_PSU_GPIO_0_BASEADDR 28 } 29 }; 30 31 32