Skip to content

Commit 0c4f4a6

Browse files
degjorvanordicjm
authored andcommitted
boards: nordic: Fix issues with nRF54LV10A/ns
Update to align with other 54L devices. Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent 08f5fa8 commit 0c4f4a6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

boards/nordic/nrf54lv10dk/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ endif # BOARD_NRF54LV10DK_NRF54LV10A_CPUAPP
2424

2525
if BOARD_NRF54LV10DK_NRF54LV10A_CPUAPP_NS
2626

27+
config BOARD_NRF54LV10DK
28+
select USE_DT_CODE_PARTITION
29+
2730
# By default, if building for the /ns variant of the board,
2831
# enable building with TF-M as the Secure Processing Environment.
2932
config BUILD_WITH_TFM

boards/nordic/nrf54lv10dk/nrf54lv10dk_nrf54lv10a_cpuapp_ns.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
model = "Nordic nRF54LV10 DK nRF54LV10A Application MCU";
1616

1717
chosen {
18-
zephyr,code-partition = &slot0_partition;
19-
zephyr,sram = &cpuapp_sram;
18+
zephyr,code-partition = &slot0_ns_partition;
19+
zephyr,sram = &sram0_ns;
2020
zephyr,bt-hci = &bt_hci_sdc;
2121
zephyr,entropy = &psa_rng;
2222
};

0 commit comments

Comments
 (0)