Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(64)>;
};

slot0_partition: partition@10000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x10000 DT_SIZE_K(440)>;
};

storage_partition: partition@7e000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0x7e000 DT_SIZE_K(8)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(52)>;
};

slot0_partition: partition@d000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0xd000 DT_SIZE_K(452)>;
};

storage_partition: partition@7e000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0x7e000 DT_SIZE_K(8)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(52)>;
};

slot0_partition: partition@d000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0xd000 DT_SIZE_K(452)>;
};

storage_partition: partition@7e000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0x7e000 DT_SIZE_K(8)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,36 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(32)>;
};

slot0_partition: partition@8000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x8000 DT_SIZE_K(488)>;
};

slot1_partition: partition@82000 {
compatible = "zephyr,mapped-partition";
label = "image-1";
reg = <0x82000 DT_SIZE_K(488)>;
};

bt_fast_pair_partition: partition@fc000 {
compatible = "zephyr,mapped-partition";
label = "fast_pair";
reg = <0xfc000 DT_SIZE_K(4)>;
};

storage_partition: partition@fd000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0xfd000 DT_SIZE_K(12)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(48)>;
};

slot0_partition: partition@c000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0xc000 DT_SIZE_K(960)>;
};

storage_partition: partition@fc000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0xfc000 DT_SIZE_K(16)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,36 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(32)>;
};

slot0_partition: partition@8000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x8000 DT_SIZE_K(488)>;
};

slot1_partition: partition@82000 {
compatible = "zephyr,mapped-partition";
label = "image-1";
reg = <0x82000 DT_SIZE_K(488)>;
};

bt_fast_pair_partition: partition@fc000 {
compatible = "zephyr,mapped-partition";
label = "fast_pair";
reg = <0xfc000 DT_SIZE_K(4)>;
};

storage_partition: partition@fd000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0xfd000 DT_SIZE_K(12)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,36 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(24)>;
};

slot0_partition: partition@6000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x6000 DT_SIZE_K(236)>;
};

slot1_partition: partition@41000 {
compatible = "zephyr,mapped-partition";
label = "image-1";
reg = <0x41000 DT_SIZE_K(236)>;
};

bt_fast_pair_partition: partition@7c000 {
compatible = "zephyr,mapped-partition";
label = "fast_pair";
reg = <0x7c000 DT_SIZE_K(4)>;
};

storage_partition: partition@7d000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0x7d000 DT_SIZE_K(12)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

slot0_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x0 DT_SIZE_K(484)>;
};

storage_partition: partition@79000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0x79000 DT_SIZE_K(16)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,30 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(28)>;
};

slot0_partition: partition@7000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x7000 DT_SIZE_K(228)>;
};

slot1_partition: partition@40000 {
compatible = "zephyr,mapped-partition";
label = "image-1";
reg = <0x40000 DT_SIZE_K(228)>;
};

storage_partition: partition@79000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0x79000 DT_SIZE_K(16)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,36 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(28)>;
};

slot0_partition: partition@7000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x7000 DT_SIZE_K(224)>;
};

slot1_partition: partition@3f000 {
compatible = "zephyr,mapped-partition";
label = "image-1";
reg = <0x3f000 DT_SIZE_K(224)>;
};

bt_fast_pair_partition: partition@77000 {
compatible = "zephyr,mapped-partition";
label = "fast_pair";
reg = <0x77000 DT_SIZE_K(4)>;
};

storage_partition: partition@78000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0x78000 DT_SIZE_K(20)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,30 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(28)>;
};

slot0_partition: partition@7000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x7000 DT_SIZE_K(484)>;
};

slot1_partition: partition@80000 {
compatible = "zephyr,mapped-partition";
label = "image-1";
reg = <0x80000 DT_SIZE_K(484)>;
};

storage_partition: partition@f9000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0xf9000 DT_SIZE_K(16)>;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,36 @@
/delete-node/ partitions;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
ranges;

boot_partition: partition@0 {
compatible = "zephyr,mapped-partition";
label = "mcuboot";
reg = <0x0 DT_SIZE_K(28)>;
};

slot0_partition: partition@7000 {
compatible = "zephyr,mapped-partition";
label = "image-0";
reg = <0x7000 DT_SIZE_K(480)>;
};

slot1_partition: partition@7f000 {
compatible = "zephyr,mapped-partition";
label = "image-1";
reg = <0x7f000 DT_SIZE_K(480)>;
};

bt_fast_pair_partition: partition@f7000 {
compatible = "zephyr,mapped-partition";
label = "fast_pair";
reg = <0xf7000 DT_SIZE_K(4)>;
};

storage_partition: partition@f8000 {
compatible = "zephyr,mapped-partition";
label = "storage";
reg = <0xf8000 DT_SIZE_K(20)>;
};
Expand Down
Loading
Loading