File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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};
Original file line number Diff line number Diff line change @@ -195,6 +195,8 @@ ipc0: &cpuapp_cpurad_ipc {
195195 status = "okay";
196196};
197197
198+ uicr: &cpuapp_uicr {};
199+
198200ironside_se_boot_report: &cpuapp_ironside_se_boot_report {};
199201
200202boot_partition: &cpuapp_boot_partition {
Original file line number Diff line number Diff line change 44config 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.
2625config 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
You can’t perform that action at this time.
0 commit comments