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 200200 #address-cells = <1>;
201201 #size-cells = <1>;
202202
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)>;
205205 };
206206
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 )>;
209209 };
210210
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 )>;
213213 };
214214
215215 cpuppr_code_partition: partition@e4000 {
221221 };
222222
223223 cpuapp_slot1_partition: partition@100000 {
224- reg = <0x100000 DT_SIZE_K(336 )>;
224+ reg = <0x100000 DT_SIZE_K(328 )>;
225225 };
226226
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 )>;
229229 };
230230
231- storage_partition: partition@1a8000 {
232- reg = <0x1a8000 DT_SIZE_K(40)>;
231+ storage_partition: partition@1a4000 {
232+ reg = <0x1a4000 DT_SIZE_K(40)>;
233233 };
234234 };
235235};
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ toolchain:
1010 - zephyr
1111sysbuild : true
1212ram : 256
13- flash : 296
13+ flash : 392
1414supported :
1515 - adc
1616 - can
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ toolchain:
1010 - zephyr
1111sysbuild : true
1212ram : 192
13- flash : 256
13+ flash : 328
1414supported :
1515 - counter
1616 - gpio
You can’t perform that action at this time.
0 commit comments