Skip to content

Commit 75dafef

Browse files
committed
[nrf noup] boards: Add secondary_app_partition alias
Add secondary_app_partition aliases. Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 36d18bb commit 75dafef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
chosen {
2020
zephyr,console = &uart136;
21-
zephyr,code-partition = &slot0_partition;
21+
zephyr,code-partition = &cpuapp_slot0_partition;
2222
zephyr,flash = &mram1x;
2323
zephyr,sram = &cpuapp_data;
2424
zephyr,shell-uart = &uart136;
@@ -193,6 +193,7 @@ slot0_partition: &cpuapp_slot0_partition {
193193
label = "image-0";
194194
};
195195

196+
secondary_app_partition: &cpuapp_slot1_partition {};
196197
slot1_partition: &cpuapp_slot1_partition {
197198
label = "image-1";
198199
};

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ slot0_partition: &cpurad_slot0_partition {
9090
label = "image-0";
9191
};
9292

93+
secondary_app_partition: &cpurad_slot1_partition {};
9394
slot1_partition: &cpurad_slot1_partition {
9495
label = "image-1";
9596
};

0 commit comments

Comments
 (0)