#ifndef _CLOCK_CONFIG_H_ #define _CLOCK_CONFIG_H_ #include "fsl_common.h" /******************************************************************************* * Definitions ******************************************************************************/ #define BOARD_XTAL0_CLK_HZ 24000000U /*!< Board xtal0 frequency in Hz */ #define BOARD_XTAL32K_CLK_HZ 32768U /*!< Board xtal32k frequency in Hz */ /******************************************************************************* ************************ BOARD_InitBootClocks function ************************ ******************************************************************************/ #if defined(__cplusplus) extern "C" { #endif /* __cplusplus*/ /*! * @brief This function executes default configuration of clocks. * */ void BOARD_InitBootClocks(void); #if defined(__cplusplus) } #endif /* __cplusplus*/ /******************************************************************************* ********************** Configuration BOARD_BootClockRUN *********************** ******************************************************************************/ /******************************************************************************* * Definitions for BOARD_BootClockRUN configuration ******************************************************************************/ #define BOARD_BOOTCLOCKRUN_CORE_CLOCK 12000000U /*!< Core clock frequency: 12000000Hz */ /* Clock outputs (values are in Hz): */ #define BOARD_BOOTCLOCKRUN_AHB_CLK_ROOT 12000000UL #define BOARD_BOOTCLOCKRUN_CAN_CLK_ROOT 2000000UL #define BOARD_BOOTCLOCKRUN_CKIL_SYNC_CLK_ROOT 0UL #define BOARD_BOOTCLOCKRUN_CLKO1_CLK 0UL #define BOARD_BOOTCLOCKRUN_CLKO2_CLK 0UL #define BOARD_BOOTCLOCKRUN_CLK_1M 1000000UL #define BOARD_BOOTCLOCKRUN_CLK_24M 24000000UL #define BOARD_BOOTCLOCKRUN_CSI_CLK_ROOT 12000000UL #define BOARD_BOOTCLOCKRUN_ENET_125M_CLK 2400000UL #define BOARD_BOOTCLOCKRUN_ENET_25M_REF_CLK 1200000UL #define BOARD_BOOTCLOCKRUN_ENET_REF_CLK 0UL #define BOARD_BOOTCLOCKRUN_ENET_TX_CLK 0UL #define BOARD_BOOTCLOCKRUN_FLEXIO1_CLK_ROOT 1500000UL #define BOARD_BOOTCLOCKRUN_FLEXIO2_CLK_ROOT 1500000UL #define BOARD_BOOTCLOCKRUN_FLEXSPI_CLK_ROOT 2000000UL #define BOARD_BOOTCLOCKRUN_GPT1_IPG_CLK_HIGHFREQ 3000000UL #define BOARD_BOOTCLOCKRUN_GPT2_IPG_CLK_HIGHFREQ 3000000UL #define BOARD_BOOTCLOCKRUN_IPG_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCKRUN_LCDIF_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCKRUN_LPI2C_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCKRUN_LPSPI_CLK_ROOT 6000000UL #define BOARD_BOOTCLOCKRUN_LVDS1_CLK 24000000UL #define BOARD_BOOTCLOCKRUN_MQS_MCLK 3000000UL #define BOARD_BOOTCLOCKRUN_PERCLK_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCKRUN_PLL7_MAIN_CLK 24000000UL #define BOARD_BOOTCLOCKRUN_SAI1_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCKRUN_SAI1_MCLK1 3000000UL #define BOARD_BOOTCLOCKRUN_SAI1_MCLK2 3000000UL #define BOARD_BOOTCLOCKRUN_SAI1_MCLK3 1500000UL #define BOARD_BOOTCLOCKRUN_SAI2_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCKRUN_SAI2_MCLK1 3000000UL #define BOARD_BOOTCLOCKRUN_SAI2_MCLK2 0UL #define BOARD_BOOTCLOCKRUN_SAI2_MCLK3 1500000UL #define BOARD_BOOTCLOCKRUN_SAI3_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCKRUN_SAI3_MCLK1 3000000UL #define BOARD_BOOTCLOCKRUN_SAI3_MCLK2 0UL #define BOARD_BOOTCLOCKRUN_SAI3_MCLK3 1500000UL #define BOARD_BOOTCLOCKRUN_SEMC_CLK_ROOT 4000000UL #define BOARD_BOOTCLOCKRUN_SPDIF0_CLK_ROOT 1500000UL #define BOARD_BOOTCLOCKRUN_SPDIF0_EXTCLK_OUT 0UL #define BOARD_BOOTCLOCKRUN_TRACE_CLK_ROOT 6000000UL #define BOARD_BOOTCLOCKRUN_UART_CLK_ROOT 4000000UL #define BOARD_BOOTCLOCKRUN_USBPHY1_CLK 0UL #define BOARD_BOOTCLOCKRUN_USBPHY2_CLK 0UL #define BOARD_BOOTCLOCKRUN_USDHC1_CLK_ROOT 12000000UL #define BOARD_BOOTCLOCKRUN_USDHC2_CLK_ROOT 12000000UL /*! @brief Arm PLL set for BOARD_BootClockRUN configuration. */ extern const clock_arm_pll_config_t armPllConfig_BOARD_BootClockRUN; /*! @brief Sys PLL for BOARD_BootClockRUN configuration. */ extern const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN; /*! @brief Enet PLL set for BOARD_BootClockRUN configuration. */ extern const clock_enet_pll_config_t enetPllConfig_BOARD_BootClockRUN; /******************************************************************************* * API for BOARD_BootClockRUN configuration ******************************************************************************/ #if defined(__cplusplus) extern "C" { #endif /* __cplusplus*/ /*! * @brief This function executes configuration of clocks. * */ void BOARD_BootClockRUN(void); #if defined(__cplusplus) } #endif /* __cplusplus*/ /******************************************************************************* ******************** Configuration Board_BootClock600MHz ********************** ******************************************************************************/ /******************************************************************************* * Definitions for Board_BootClock600MHz configuration ******************************************************************************/ #define BOARD_BOOTCLOCK600MHZ_CORE_CLOCK 528000000U /*!< Core clock frequency: 528000000Hz */ /* Clock outputs (values are in Hz): */ #define BOARD_BOOTCLOCK600MHZ_AHB_CLK_ROOT 528000000UL #define BOARD_BOOTCLOCK600MHZ_CAN_CLK_ROOT 2000000UL #define BOARD_BOOTCLOCK600MHZ_CKIL_SYNC_CLK_ROOT 0UL #define BOARD_BOOTCLOCK600MHZ_CLKO1_CLK 0UL #define BOARD_BOOTCLOCK600MHZ_CLKO2_CLK 0UL #define BOARD_BOOTCLOCK600MHZ_CLK_1M 1000000UL #define BOARD_BOOTCLOCK600MHZ_CLK_24M 24000000UL #define BOARD_BOOTCLOCK600MHZ_CSI_CLK_ROOT 12000000UL #define BOARD_BOOTCLOCK600MHZ_ENET_125M_CLK 2400000UL #define BOARD_BOOTCLOCK600MHZ_ENET_25M_REF_CLK 1200000UL #define BOARD_BOOTCLOCK600MHZ_ENET_REF_CLK 0UL #define BOARD_BOOTCLOCK600MHZ_ENET_TX_CLK 0UL #define BOARD_BOOTCLOCK600MHZ_FLEXIO1_CLK_ROOT 1500000UL #define BOARD_BOOTCLOCK600MHZ_FLEXIO2_CLK_ROOT 1500000UL #define BOARD_BOOTCLOCK600MHZ_FLEXSPI_CLK_ROOT 132000000UL #define BOARD_BOOTCLOCK600MHZ_GPT1_IPG_CLK_HIGHFREQ 4000000UL #define BOARD_BOOTCLOCK600MHZ_GPT2_IPG_CLK_HIGHFREQ 4000000UL #define BOARD_BOOTCLOCK600MHZ_IPG_CLK_ROOT 132000000UL #define BOARD_BOOTCLOCK600MHZ_LCDIF_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCK600MHZ_LPI2C_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCK600MHZ_LPSPI_CLK_ROOT 105600000UL #define BOARD_BOOTCLOCK600MHZ_LVDS1_CLK 1056000000UL #define BOARD_BOOTCLOCK600MHZ_MQS_MCLK 3000000UL #define BOARD_BOOTCLOCK600MHZ_PERCLK_CLK_ROOT 4000000UL #define BOARD_BOOTCLOCK600MHZ_PLL7_MAIN_CLK 24000000UL #define BOARD_BOOTCLOCK600MHZ_SAI1_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCK600MHZ_SAI1_MCLK1 3000000UL #define BOARD_BOOTCLOCK600MHZ_SAI1_MCLK2 3000000UL #define BOARD_BOOTCLOCK600MHZ_SAI1_MCLK3 1500000UL #define BOARD_BOOTCLOCK600MHZ_SAI2_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCK600MHZ_SAI2_MCLK1 3000000UL #define BOARD_BOOTCLOCK600MHZ_SAI2_MCLK2 0UL #define BOARD_BOOTCLOCK600MHZ_SAI2_MCLK3 1500000UL #define BOARD_BOOTCLOCK600MHZ_SAI3_CLK_ROOT 3000000UL #define BOARD_BOOTCLOCK600MHZ_SAI3_MCLK1 3000000UL #define BOARD_BOOTCLOCK600MHZ_SAI3_MCLK2 0UL #define BOARD_BOOTCLOCK600MHZ_SAI3_MCLK3 1500000UL #define BOARD_BOOTCLOCK600MHZ_SEMC_CLK_ROOT 132000000UL #define BOARD_BOOTCLOCK600MHZ_SPDIF0_CLK_ROOT 1500000UL #define BOARD_BOOTCLOCK600MHZ_SPDIF0_EXTCLK_OUT 0UL #define BOARD_BOOTCLOCK600MHZ_TRACE_CLK_ROOT 88000000UL #define BOARD_BOOTCLOCK600MHZ_UART_CLK_ROOT 4000000UL #define BOARD_BOOTCLOCK600MHZ_USBPHY1_CLK 0UL #define BOARD_BOOTCLOCK600MHZ_USBPHY2_CLK 0UL #define BOARD_BOOTCLOCK600MHZ_USDHC1_CLK_ROOT 198000000UL #define BOARD_BOOTCLOCK600MHZ_USDHC2_CLK_ROOT 198000000UL /*! @brief Arm PLL set for Board_BootClock600MHz configuration. */ extern const clock_arm_pll_config_t armPllConfig_Board_BootClock600MHz; /*! @brief Sys PLL for Board_BootClock600MHz configuration. */ extern const clock_sys_pll_config_t sysPllConfig_Board_BootClock600MHz; /*! @brief Enet PLL set for Board_BootClock600MHz configuration. */ extern const clock_enet_pll_config_t enetPllConfig_Board_BootClock600MHz; /******************************************************************************* * API for Board_BootClock600MHz configuration ******************************************************************************/ #if defined(__cplusplus) extern "C" { #endif /* __cplusplus*/ /*! * @brief This function executes configuration of clocks. * */ void Board_BootClock600MHz(void); #if defined(__cplusplus) } #endif /* __cplusplus*/ #endif /* _CLOCK_CONFIG_H_ */