soc: intel_adsp/ace: update clock rate

The clock rates for ACE series of Intel Audio DSP have changed.
The values come from the SOF project in their board configs.

CONFIG_XTENSA_CCOUNT_HZ is also set so the arch timing test
can pass.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-06-21 14:48:08 -07:00 committed by Anas Nashif
parent 57c27cd736
commit e55fb88bcb

View file

@ -46,11 +46,14 @@ config XTENSA_TIMER_ID
default 0
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 400000000 if XTENSA_TIMER
default 19200000 if INTEL_ADSP_TIMER
default 393216000 if XTENSA_TIMER
default 38400000 if INTEL_ADSP_TIMER
config SYS_CLOCK_TICKS_PER_SEC
default 50000
default 12000
config XTENSA_CCOUNT_HZ
default 393216000
config DYNAMIC_INTERRUPTS
default y