File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed
boards/nordic/nrf54l15pdk Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 141
141
compatible = "fixed-partitions";
142
142
#address-cells = <1>;
143
143
#size-cells = <1>;
144
- slot0_partition : partition@0 {
145
- label = "image-0 ";
144
+ boot_partition : partition@0 {
145
+ label = "mcuboot ";
146
146
reg = <0x0 DT_SIZE_K(64)>;
147
147
};
148
- storage_partition: partition@f2000 {
148
+ slot0_partition: partition@10000 {
149
+ label = "image-0";
150
+ reg = <0x10000 DT_SIZE_K(348)>;
151
+ };
152
+ slot0_ns_partition: partition@67000 {
153
+ label = "image-0-nonsecure";
154
+ reg = <0x67000 DT_SIZE_K(348)>;
155
+ };
156
+ slot1_partition: partition@be000 {
157
+ label = "image-1";
158
+ reg = <0xbe000 DT_SIZE_K(348)>;
159
+ };
160
+ slot1_ns_partition: partition@115000 {
161
+ label = "image-1-nonsecure";
162
+ reg = <0x115000 DT_SIZE_K(348)>;
163
+ };
164
+ /* 32k from 0x16c000 to 0x173fff reserved for TF-M partitions */
165
+ storage_partition: partition@174000 {
149
166
label = "storage";
150
- reg = <0xf2000 DT_SIZE_K(24 )>;
167
+ reg = <0x174000 DT_SIZE_K(36 )>;
151
168
};
152
169
};
153
170
};
You can’t perform that action at this time.
0 commit comments