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. 10 */ 11 12 #ifndef POWER_IP_PBCFG_H 13 #define POWER_IP_PBCFG_H 14 15 #include "Power_Ip_Types.h" 16 17 #define POWER_IP_PBCFG_VENDOR_ID 43 18 #define POWER_IP_PBCFG_AR_RELEASE_MAJOR_VERSION 4 19 #define POWER_IP_PBCFG_AR_RELEASE_MINOR_VERSION 7 20 #define POWER_IP_PBCFG_AR_RELEASE_REVISION_VERSION 0 21 #define POWER_IP_PBCFG_SW_MAJOR_VERSION 3 22 #define POWER_IP_PBCFG_SW_MINOR_VERSION 0 23 #define POWER_IP_PBCFG_SW_PATCH_VERSION 0 24 25 #endif /* POWER_IP_PBCFG_H */ 26