We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb41b4 commit 8ab9129Copy full SHA for 8ab9129
boards/st/stm32h7s78_dk/stm32h7s78_dk.dts
@@ -212,22 +212,22 @@
212
213
slot0_partition: partition@0 {
214
label = "image-0";
215
- reg = <0x00040000 DT_SIZE_M(16)>;
+ reg = <0x00000000 DT_SIZE_M(16)>;
216
};
217
218
slot1_partition: partition@1000000 {
219
label = "image-1";
220
- reg = <0x00080000 DT_SIZE_M(16)>;
+ reg = <0x01000000 DT_SIZE_M(16)>;
221
222
223
scratch_partition: partition@2000000 {
224
label = "image-scratch";
225
- reg = <0x000c0000 DT_SIZE_M(16)>;
+ reg = <0x02000000 DT_SIZE_M(16)>;
226
227
228
storage_partition: partition@3000000 {
229
label = "storage";
230
- reg = <0x00020000 DT_SIZE_M(80)>;
+ reg = <0x03000000 DT_SIZE_M(80)>;
231
232
233
0 commit comments