soc: nordic: nrf54h: Add DCACHE initialization

Add initialization of the data cache.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-04-11 14:06:57 +02:00 committed by Fabio Baltieri
parent cfa6e250e4
commit d82b27b08b
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ static int trim_hsfll(void)
static int nordicsemi_nrf54h_init(void)
{
sys_cache_instr_enable();
sys_cache_data_enable();
power_domain_init();