MXRT600: Update defconfig SYS_CLOCK value
The power API for this platform is available in binary form which cannot be included inside Zephyr. This platform is running at the slower default speed till we have a way to call the power API's to raise the core voltages. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
9e64d379f0
commit
59b045e6a4
|
@ -14,7 +14,7 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
|
|||
CONFIG_CORTEX_M_SYSTICK=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_PINMUX=y
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=250000000
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000
|
||||
|
||||
# Enable TrustZone-M
|
||||
CONFIG_TRUSTED_EXECUTION_SECURE=y
|
||||
|
|
Loading…
Reference in a new issue