Skip to content

Commit 102c82e

Browse files
committed
fixup UICR PR after removing iron variants
1 parent 515b8df commit 102c82e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,9 @@
231231
storage_partition: partition@1a8000 {
232232
reg = <0x1a8000 DT_SIZE_K(40)>;
233233
};
234+
235+
periphconf_partition: partition@1b2000 {
236+
reg = <0x1b2000 DT_SIZE_K(8)>;
237+
};
234238
};
235239
};

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ ipc0: &cpuapp_cpurad_ipc {
195195
status = "okay";
196196
};
197197

198+
uicr: &cpuapp_uicr {};
199+
198200
ironside_se_boot_report: &cpuapp_ironside_se_boot_report {};
199201

200202
boot_partition: &cpuapp_boot_partition {

soc/nordic/common/uicr/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
config NRF_HALTIUM_GENERATE_UICR
55
bool "Generate UICR file"
66
depends on SOC_NRF54H20_CPUAPP
7-
depends on SOC_NRF54H20_IRON
87
default y
98
help
109
Generate UICR HEX file.
@@ -26,7 +25,7 @@ endif
2625
config NRF_PERIPHCONF_SECTION
2726
bool "Populate global peripheral initialization section"
2827
default y if SOC_NRF54H20_CPUAPP
29-
depends on SOC_NRF54H20_IRON
28+
depends on SOC_NRF54H20
3029
depends on LINKER_DEVNULL_SUPPORT
3130
imply LINKER_DEVNULL_MEMORY
3231
help

0 commit comments

Comments
 (0)