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>
This commit is contained in:
Tamas Jozsi 2025-06-22 19:09:35 +02:00 committed by Dan Kalowsky
parent f7979f6deb
commit 2f860e544c

View File

@ -176,15 +176,15 @@
read-only;
};
/* Reserve 720 kB for the application in slot 0 */
/* Reserve 736 kB for the application in slot 0 */
slot0_partition: partition@c000 {
reg = <0x0000c000 0x000B8000>;
label = "image-0";
};
/* Reserve 720 kB for the application in slot 1 */
/* Reserve 736 kB for the application in slot 1 */
slot1_partition: partition@C4000 {
reg = <0x000C0000 0x000B8000>;
reg = <0x000C4000 0x000B8000>;
label = "image-1";
};