Skip to content

Commit b41806b

Browse files
Marek Matejkartben
authored andcommitted
dts: common: espressif: update flash partitions
Include sys partition to be used with the virtual eFuse. Signed-off-by: Marek Matej <[email protected]>
1 parent 096468e commit b41806b

20 files changed

+120
-20
lines changed

dts/common/espressif/partitions_0x0_amp_16M.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
boot_partition: partition@0 {
1414
label = "mcuboot";
15-
reg = <0x0 DT_SIZE_K(128)>;
15+
reg = <0x0 DT_SIZE_K(64)>;
16+
};
17+
18+
sys_partition: partition@10000 {
19+
label = "sys";
20+
reg = <0x10000 DT_SIZE_K(64)>;
1621
};
1722

1823
slot0_partition: partition@20000 {

dts/common/espressif/partitions_0x0_amp_2M.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
boot_partition: partition@0 {
1414
label = "mcuboot";
15-
reg = <0x0 DT_SIZE_K(128)>;
15+
reg = <0x0 DT_SIZE_K(64)>;
16+
};
17+
18+
sys_partition: partition@10000 {
19+
label = "sys";
20+
reg = <0x10000 DT_SIZE_K(64)>;
1621
};
1722

1823
slot0_partition: partition@20000 {

dts/common/espressif/partitions_0x0_amp_32M.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
boot_partition: partition@0 {
1414
label = "mcuboot";
15-
reg = <0x0 DT_SIZE_K(128)>;
15+
reg = <0x0 DT_SIZE_K(64)>;
16+
};
17+
18+
sys_partition: partition@10000 {
19+
label = "sys";
20+
reg = <0x10000 DT_SIZE_K(64)>;
1621
};
1722

1823
slot0_partition: partition@20000 {

dts/common/espressif/partitions_0x0_amp_4M.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
boot_partition: partition@0 {
1414
label = "mcuboot";
15-
reg = <0x0 DT_SIZE_K(128)>;
15+
reg = <0x0 DT_SIZE_K(64)>;
16+
};
17+
18+
sys_partition: partition@10000 {
19+
label = "sys";
20+
reg = <0x10000 DT_SIZE_K(64)>;
1621
};
1722

1823
slot0_partition: partition@20000 {

dts/common/espressif/partitions_0x0_amp_8M.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
boot_partition: partition@0 {
1414
label = "mcuboot";
15-
reg = <0x0 DT_SIZE_K(128)>;
15+
reg = <0x0 DT_SIZE_K(64)>;
16+
};
17+
18+
sys_partition: partition@10000 {
19+
label = "sys";
20+
reg = <0x10000 DT_SIZE_K(64)>;
1621
};
1722

1823
slot0_partition: partition@20000 {

dts/common/espressif/partitions_0x0_default_16M.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
boot_partition: partition@0 {
1414
label = "mcuboot";
15-
reg = <0x0 DT_SIZE_K(128)>;
15+
reg = <0x0 DT_SIZE_K(64)>;
16+
};
17+
18+
sys_partition: partition@10000 {
19+
label = "sys";
20+
reg = <0x10000 DT_SIZE_K(64)>;
1621
};
1722

1823
slot0_partition: partition@20000 {

dts/common/espressif/partitions_0x0_default_2M.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
boot_partition: partition@0 {
1414
label = "mcuboot";
15-
reg = <0x0 DT_SIZE_K(128)>;
15+
reg = <0x0 DT_SIZE_K(64)>;
16+
};
17+
18+
sys_partition: partition@10000 {
19+
label = "sys";
20+
reg = <0x10000 DT_SIZE_K(64)>;
1621
};
1722

1823
slot0_partition: partition@20000 {

dts/common/espressif/partitions_0x0_default_32M.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
boot_partition: partition@0 {
1414
label = "mcuboot";
15-
reg = <0x0 DT_SIZE_K(128)>;
15+
reg = <0x0 DT_SIZE_K(64)>;
16+
};
17+
18+
sys_partition: partition@10000 {
19+
label = "sys";
20+
reg = <0x10000 DT_SIZE_K(64)>;
1621
};
1722

1823
slot0_partition: partition@20000 {

dts/common/espressif/partitions_0x0_default_4M.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
boot_partition: partition@0 {
1414
label = "mcuboot";
15-
reg = <0x0 DT_SIZE_K(128)>;
15+
reg = <0x0 DT_SIZE_K(64)>;
16+
};
17+
18+
sys_partition: partition@10000 {
19+
label = "sys";
20+
reg = <0x10000 DT_SIZE_K(64)>;
1621
};
1722

1823
slot0_partition: partition@20000 {

dts/common/espressif/partitions_0x0_default_8M.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212

1313
boot_partition: partition@0 {
1414
label = "mcuboot";
15-
reg = <0x0 DT_SIZE_K(128)>;
15+
reg = <0x0 DT_SIZE_K(64)>;
16+
};
17+
18+
sys_partition: partition@10000 {
19+
label = "sys";
20+
reg = <0x10000 DT_SIZE_K(64)>;
1621
};
1722

1823
slot0_partition: partition@20000 {

0 commit comments

Comments
 (0)