boards: mimxrt700_evk: Fix USB failures

1. Update the USB clock init code
2. Pass a flag to USB HAL driver for cache
   management

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2025-03-14 16:25:41 -05:00 committed by Benjamin Cabé
commit bc5a60c812
2 changed files with 8 additions and 2 deletions

View file

@ -5,6 +5,7 @@
#
zephyr_compile_definitions_ifdef(CONFIG_NXP_LP_FLEXCOMM LPFLEXCOMM_INIT_NOT_USED_IN_DRIVER=1)
zephyr_compile_definitions_ifdef(CONFIG_UDC_DRIVER USB_DEVICE_CONFIG_BUFFER_PROPERTY_CACHEABLE=1)
zephyr_compile_definitions(FSL_SDK_DRIVER_QUICK_ACCESS_ENABLE)