Skip to content

Commit

Permalink
soc: nordic: nrf54h: DMM shall be applied only to rad&app
Browse files Browse the repository at this point in the history
cpuppr can only use slow peripherals and uses RAM3 as RAM so
it does not need to use DMM.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch authored and nashif committed Jul 1, 2024
1 parent 7a6b355 commit 0825f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion soc/nordic/nrf54h/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ config SOC_SERIES_NRF54HX
select HAS_NRFS
select HAS_NRFX
select HAS_NORDIC_DRIVERS
select HAS_NORDIC_DMM

config SOC_NRF54H20_CPUAPP
select ARM
Expand All @@ -19,6 +18,7 @@ config SOC_NRF54H20_CPUAPP
select CPU_HAS_ICACHE
select CPU_HAS_FPU
select CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
select HAS_NORDIC_DMM
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
select NRFS_HAS_CLOCK_SERVICE
select NRFS_HAS_DVFS_SERVICE
Expand All @@ -40,6 +40,7 @@ config SOC_NRF54H20_CPURAD
select NRFS_HAS_CLOCK_SERVICE
select NRFS_HAS_MRAM_SERVICE
select NRFS_HAS_TEMP_SERVICE
select HAS_NORDIC_DMM

config SOC_NRF54H20_CPUPPR
depends on RISCV_CORE_NORDIC_VPR

0 comments on commit 0825f24

Please sign in to comment.