Skip to content

Commit 2f860e5

Browse files
silabs-bozontdkalowsk
authored andcommitted
boards: seeed: fix the flash partition layout on the XIAO MG24
- Fixed the partition sizes in the comments - Updated the second partition base address to be correct The layout now matches the Arduino Nano Matter which was used for reference. Signed-off-by: Tamas Jozsi <tamas.jozsi@silabs.com>
1 parent f7979f6 commit 2f860e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/seeed/xiao_mg24/xiao_mg24.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@
176176
read-only;
177177
};
178178

179-
/* Reserve 720 kB for the application in slot 0 */
179+
/* Reserve 736 kB for the application in slot 0 */
180180
slot0_partition: partition@c000 {
181181
reg = <0x0000c000 0x000B8000>;
182182
label = "image-0";
183183
};
184184

185-
/* Reserve 720 kB for the application in slot 1 */
185+
/* Reserve 736 kB for the application in slot 1 */
186186
slot1_partition: partition@C4000 {
187-
reg = <0x000C0000 0x000B8000>;
187+
reg = <0x000C4000 0x000B8000>;
188188
label = "image-1";
189189
};
190190

0 commit comments

Comments
 (0)