Skip to content

Commit ae0719d

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 261c8c2 commit ae0719d

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
@@ -52,6 +52,10 @@
5252
reg = <0xe4000 DT_SIZE_K(64)>;
5353
};
5454

55+
cpurad_slot0_partition: partition@54000 {
56+
reg = <0x54000 DT_SIZE_K(256)>;
57+
};
58+
5559
cpuflpr_code_partition: partition@f4000 {
5660
reg = <0xf4000 DT_SIZE_K(48)>;
5761
};

0 commit comments

Comments
 (0)