File tree Expand file tree Collapse file tree
samples/dfu/fw_loader/usb_mcumgr Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2026 Nordic Semiconductor ASA
3+ *
4+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+ */
6+
7+ /delete-node/ &boot_partition;
8+ /delete-node/ &slot0_partition;
9+ /delete-node/ &slot1_partition;
10+ /delete-node/ &storage_partition;
11+
12+ &cpuapp_rram {
13+ reg = <0x0 DT_SIZE_K(1940)>;
14+
15+ partitions {
16+ boot_partition: partition@0 {
17+ label = "mcuboot";
18+ reg = <0x0 DT_SIZE_K(24)>;
19+ };
20+
21+ slot0_partition: partition@6000 {
22+ label = "image-0";
23+ reg = <0x6000 DT_SIZE_K(1784)>;
24+ };
25+
26+ slot1_partition: partition@1c4000 {
27+ label = "image-1";
28+ reg = <0x1c4000 DT_SIZE_K(116)>;
29+ };
30+
31+ storage_partition: partition@1e1000 {
32+ label = "storage";
33+ reg = <0x1e1000 DT_SIZE_K(16)>;
34+ };
35+ };
36+ };
37+
38+ #include "../app.overlay"
Original file line number Diff line number Diff line change 1010 platform_allow :
1111 - nrf54lm20dk/nrf54lm20a/cpuapp
1212 - nrf54lm20dongle/nrf54lm20b/cpuapp
13+ - nrf54lm20dk/nrf54lm20b/cpuapp
1314 integration_platforms :
1415 - nrf54lm20dk/nrf54lm20a/cpuapp
1516 - nrf54lm20dongle/nrf54lm20b/cpuapp
17+ - nrf54lm20dk/nrf54lm20b/cpuapp
You can’t perform that action at this time.
0 commit comments