diff --git a/boards/seeed/xiao_mg24/xiao_mg24.dts b/boards/seeed/xiao_mg24/xiao_mg24.dts index 86181585bcb..fadc4806103 100644 --- a/boards/seeed/xiao_mg24/xiao_mg24.dts +++ b/boards/seeed/xiao_mg24/xiao_mg24.dts @@ -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"; };