File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
samples/subsys/mgmt/mcumgr/smp_svr/boards Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 4
4
};
5
5
};
6
6
7
- /delete-node/ &boot_partition;
8
- /delete-node/ &slot0_partition;
9
- /delete-node/ &slot1_partition;
10
-
11
- /delete-node/ &slot0_ns_partition;
12
- /delete-node/ &slot1_ns_partition;
13
-
14
- /delete-node/ &storage_partition;
15
-
16
- &rram0 {
17
- partitions {
18
- boot_partition: partition@0 {
19
- label = "mcuboot";
20
- reg = <0x000000000 0x00014000>;
21
- };
22
- slot0_partition: partition@14000 {
23
- label = "image-0";
24
- reg = <0x000014000 0x0015A000>;
25
- };
26
- storage_partition: partition@16E000 {
27
- label = "storage";
28
- reg = < 0x16E000 0x9000 >;
29
- };
30
- };
31
- };
32
-
33
7
&mx25r64 {
34
8
status = "okay";
35
- partitions {
36
- compatible = "fixed-partitions";
37
- #address-cells = <1>;
38
- #size-cells = <1>;
39
-
40
- slot1_partition: partition@0 {
41
- label = "image-1";
42
- reg = <0x000000000 0x0015A000>;
43
- };
44
- };
45
9
};
You can’t perform that action at this time.
0 commit comments