File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 200
200
#address-cells = <1>;
201
201
#size-cells = <1>;
202
202
203
- cpuapp_boot_partition: partition@2c000 {
204
- reg = <0x2c000 DT_SIZE_K(64)>;
203
+ cpuapp_boot_partition: partition@30000 {
204
+ reg = <0x30000 DT_SIZE_K(64)>;
205
205
};
206
206
207
- cpuapp_slot0_partition: partition@3c000 {
208
- reg = <0x3c000 DT_SIZE_K(336 )>;
207
+ cpuapp_slot0_partition: partition@40000 {
208
+ reg = <0x40000 DT_SIZE_K(328 )>;
209
209
};
210
210
211
- cpurad_slot0_partition: partition@90000 {
212
- reg = <0x90000 DT_SIZE_K(336 )>;
211
+ cpurad_slot0_partition: partition@92000 {
212
+ reg = <0x92000 DT_SIZE_K(328 )>;
213
213
};
214
214
215
215
cpuppr_code_partition: partition@e4000 {
221
221
};
222
222
223
223
cpuapp_slot1_partition: partition@100000 {
224
- reg = <0x100000 DT_SIZE_K(336 )>;
224
+ reg = <0x100000 DT_SIZE_K(328 )>;
225
225
};
226
226
227
- cpurad_slot1_partition: partition@154000 {
228
- reg = <0x154000 DT_SIZE_K(336 )>;
227
+ cpurad_slot1_partition: partition@152000 {
228
+ reg = <0x152000 DT_SIZE_K(328 )>;
229
229
};
230
230
231
- storage_partition: partition@1a8000 {
232
- reg = <0x1a8000 DT_SIZE_K(40)>;
231
+ storage_partition: partition@1a4000 {
232
+ reg = <0x1a4000 DT_SIZE_K(40)>;
233
233
};
234
234
};
235
235
};
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ toolchain:
10
10
- zephyr
11
11
sysbuild : true
12
12
ram : 256
13
- flash : 296
13
+ flash : 392
14
14
supported :
15
15
- adc
16
16
- can
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ toolchain:
10
10
- zephyr
11
11
sysbuild : true
12
12
ram : 192
13
- flash : 256
13
+ flash : 328
14
14
supported :
15
15
- counter
16
16
- gpio
You can’t perform that action at this time.
0 commit comments