boards: nrf54h20_iron: Allow radio updates

Add necessary changes to provide a simple, updateable radio image.

Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
This commit is contained in:
Tomasz Chyrowicz 2025-05-14 14:04:35 +02:00 committed by Benjamin Cabé
commit 5e54100551
5 changed files with 26 additions and 1 deletions

View file

@ -173,7 +173,8 @@ void soc_late_init_hook(void)
void *radiocore_address =
(void *)(DT_REG_ADDR(DT_GPARENT(DT_NODELABEL_CPURAD_SLOT0_PARTITION)) +
DT_REG_ADDR(DT_NODELABEL_CPURAD_SLOT0_PARTITION));
DT_REG_ADDR(DT_NODELABEL_CPURAD_SLOT0_PARTITION) +
CONFIG_ROM_START_OFFSET);
/* Don't wait as this is not yet supported. */
bool cpu_wait = false;