Skip to content

Commit 85b370c

Browse files
committed
[nrf fromlist] boards: nordic: nrf54h20dk iron board radiocore support
Encode the radiocore's address into the application's DT as the application needs to instruct IRONside SE about where the radiocore should be booted from. Upstream PR #: 89009 Signed-off-by: Sebastian Bøe <[email protected]>
1 parent c8f20f8 commit 85b370c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_iron.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
reg = <0x6E000 DT_SIZE_K(200)>;
4343
};
4444

45+
cpurad_slot0_partition: partition@54000 {
46+
reg = <0x54000 DT_SIZE_K(256)>;
47+
};
48+
4549
cpuppr_code_partition: partition@a4000 {
4650
reg = <0xa4000 DT_SIZE_K(64)>;
4751
};

0 commit comments

Comments
 (0)