Skip to content

Commit 6eaab3e

Browse files
committed
[nrf fromlist] boards: nordic: Add reserved partitions for IronSide SE
Upstream PR #: 99199 Add a self-documenting devicetree node, to communicate how much memory is reserved for this firmware, in the default memory map file of each supported board. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit a41242398d300317fd027fd73d8e933ccf21b049)
1 parent 164b47d commit 6eaab3e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@
131131
#address-cells = <1>;
132132
#size-cells = <1>;
133133

134+
ironside_se_reserved: partition@0 {
135+
reg = <0x0 DT_SIZE_K(192)>;
136+
};
137+
134138
cpuapp_boot_partition: partition@30000 {
135139
reg = <0x30000 DT_SIZE_K(64)>;
136140
};

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-memory_map_iron.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
#address-cells = <1>;
4848
#size-cells = <1>;
4949

50+
ironside_se_reserved: partition@0 {
51+
reg = <0x0 DT_SIZE_K(192)>;
52+
};
53+
5054
cpuapp_boot_partition: partition@312000 {
5155
reg = <0x312000 DT_SIZE_K(64)>;
5256
};

0 commit comments

Comments
 (0)