boards: arm: nrf52840_blip: add zephyr,code-partition chosen property

Add missing zephyr,code-partition chosen property.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2024-02-13 22:04:04 +01:00 committed by Fabio Baltieri
parent cdb8f3cc47
commit d179be20d8
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
compatible = "nordic,pca10056-dk";
chosen {
zephyr,code-partition = &slot0_partition;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,uart-mcumgr = &uart0;