1 /*
2  * Copyright 2023 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /*
8  * This auto-generated file is not used by Zephyr integration, so a minimal
9  * manually modified version is kept in order to build. QSPI configuration
10  * is generated in the Zephyr shim driver, see zephyr/drivers/memc/memc_nxp_s32_qspi.c
11  */
12 
13 #ifndef QSPI_IP_INIT_PBCFG_H
14 #define QSPI_IP_INIT_PBCFG_H
15 
16 #define QSPI_IP_INIT_PBCFG_VENDOR_ID                    43
17 
18 #define QSPI_IP_INIT_PBCFG_AR_RELEASE_MAJOR_VERSION     4
19 #define QSPI_IP_INIT_PBCFG_AR_RELEASE_MINOR_VERSION     7
20 #define QSPI_IP_INIT_PBCFG_AR_RELEASE_REVISION_VERSION  0
21 
22 #define QSPI_IP_INIT_PBCFG_SW_MAJOR_VERSION             3
23 #define QSPI_IP_INIT_PBCFG_SW_MINOR_VERSION             0
24 #define QSPI_IP_INIT_PBCFG_SW_PATCH_VERSION             0
25 
26 #endif /* QSPI_IP_INIT_PBCFG_H */
27