Skip to content

Commit 9ffa0e6

Browse files
s07641069haiwentelink
authored andcommitted
riscv: telink: tlsr9528a_4m_flash.overlay (project-chip#34945)
- follow telink flash rules . Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com> Co-authored-by: Haiwen Xia <haiwen.xia@telink-semi.com>
1 parent b2660e0 commit 9ffa0e6

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

src/platform/telink/tlsr9528a_4m_flash.overlay

+21-17
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,35 @@
1414
};
1515
slot0_partition: partition@13000 {
1616
label = "image-0";
17-
reg = <0x13000 0x1ec000>;
17+
reg = <0x13000 0x1ea000>;
1818
};
19-
factory_partition: partition@1ff000 {
20-
label = "factory-data";
21-
reg = <0x1ff000 0x1000>;
19+
slot1_partition: partition@1fd000 {
20+
label = "image-1";
21+
reg = <0x1fd000 0x1ea000>;
2222
};
23-
dac_keypair_partition: partition@200000 {
24-
label = "dac-keypair";
25-
reg = <0x200000 0x1000>; //store dac and key pair.
23+
storage_partition: partition@3e7000 {
24+
label = "storage";
25+
reg = <0x3e7000 0xf000>; // matter nvs part
2626
};
27-
descriptor_partition: partition@201000 {
28-
label = "sboot-descriptor";
29-
reg = <0x201000 0x2000>;
27+
dac_keypair_partition: partition@3f6000 {
28+
label = "dac-keypair";
29+
reg = <0x3f6000 0x1000>; //store dac and key pair.
3030
};
31-
storage_partition: partition@203000 {
32-
label = "storage";
33-
reg = <0x203000 0xf000>;
31+
factory_partition: partition@3f7000 {
32+
label = "factory-data";
33+
reg = <0x3f7000 0x1000>; // factory data info
3434
};
35-
slot1_partition: partition@212000 {
36-
label = "image-1";
37-
reg = <0x212000 0x1ec000>;
35+
secure_partition: partition@3f8000 {
36+
label = "secure";
37+
reg = <0x3f8000 0x4000>; //secure info ,reserved for secure boot .if not use , can be used by other way .
38+
};
39+
vendor_rfu_partition: partition@3fc000 {
40+
label = "vendor-rfu";
41+
reg = <0x3fc000 0x2000>;// reserved for chip extend.
3842
};
3943
vendor_partition: partition@3fe000 {
4044
label = "vendor-data";
41-
reg = <0x3fe000 0x2000>;
45+
reg = <0x3fe000 0x2000>;// mac and adc info.
4246
};
4347
};
4448
};

0 commit comments

Comments
 (0)