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:
parent
a280fbf9fb
commit
5e54100551
5 changed files with 26 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue