targets: clock: change default core clock to 528M

change the clock config of the RT1050 to set the default core clock to
528M

Signed-off-by: timwang <tim.wang@nxp.com>
pull/14326/head
timwang 2020-08-04 14:55:10 +08:00 committed by Arto Kinnunen
parent 889d852913
commit ec9c75e26e
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ sources:
* Variables for BOARD_BootClockRUN configuration * Variables for BOARD_BootClockRUN configuration
******************************************************************************/ ******************************************************************************/
const clock_arm_pll_config_t armPllConfig_BOARD_BootClockRUN = { const clock_arm_pll_config_t armPllConfig_BOARD_BootClockRUN = {
.loopDivider = 100, /* PLL loop divider, Fout = Fin * 50 */ .loopDivider = 88, /* PLL loop divider, Fout = Fin * 44 */
.src = 0, /* Bypass clock source, 0 - OSC 24M, 1 - CLK1_P and CLK1_N */ .src = 0, /* Bypass clock source, 0 - OSC 24M, 1 - CLK1_P and CLK1_N */
}; };
const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN = { const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN = {