soc: nordic: Extend address validation for Haltium platform
VPR addresses are platform-dependent, so let's use a common symbol - CONFIG_NRF_PLATFORM_HALTIUM - to cover both nRF54H and nRF92 series. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
parent
3b56ef0de1
commit
26c99a6f36
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ CHECK_DT_REG(cpuflpr_clic, NRF_FLPR_VPRCLIC);
|
|||
CHECK_DT_REG(cpuppr_clic, NRF_PPR_VPRCLIC);
|
||||
#if defined(CONFIG_SOC_NRF54L15)
|
||||
CHECK_DT_REG(cpuflpr_vpr, NRF_VPR00);
|
||||
#elif defined(CONFIG_SOC_NRF54H20)
|
||||
#elif defined(CONFIG_NRF_PLATFORM_HALTIUM)
|
||||
CHECK_DT_REG(cpuflpr_vpr, NRF_VPR121);
|
||||
CHECK_DT_REG(cpuppr_vpr, NRF_VPR130);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue