Skip to content

Commit

Permalink
riscv: telink: tlsr9528a_4m_flash.overlay (project-chip#34945)
Browse files Browse the repository at this point in the history
- follow telink flash rules .

Signed-off-by: Haiwen Xia <[email protected]>
Co-authored-by: Haiwen Xia <[email protected]>
  • Loading branch information
2 people authored and PeterC1965 committed Aug 28, 2024
1 parent b2660e0 commit 9ffa0e6
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions src/platform/telink/tlsr9528a_4m_flash.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,35 @@
};
slot0_partition: partition@13000 {
label = "image-0";
reg = <0x13000 0x1ec000>;
reg = <0x13000 0x1ea000>;
};
factory_partition: partition@1ff000 {
label = "factory-data";
reg = <0x1ff000 0x1000>;
slot1_partition: partition@1fd000 {
label = "image-1";
reg = <0x1fd000 0x1ea000>;
};
dac_keypair_partition: partition@200000 {
label = "dac-keypair";
reg = <0x200000 0x1000>; //store dac and key pair.
storage_partition: partition@3e7000 {
label = "storage";
reg = <0x3e7000 0xf000>; // matter nvs part
};
descriptor_partition: partition@201000 {
label = "sboot-descriptor";
reg = <0x201000 0x2000>;
dac_keypair_partition: partition@3f6000 {
label = "dac-keypair";
reg = <0x3f6000 0x1000>; //store dac and key pair.
};
storage_partition: partition@203000 {
label = "storage";
reg = <0x203000 0xf000>;
factory_partition: partition@3f7000 {
label = "factory-data";
reg = <0x3f7000 0x1000>; // factory data info
};
slot1_partition: partition@212000 {
label = "image-1";
reg = <0x212000 0x1ec000>;
secure_partition: partition@3f8000 {
label = "secure";
reg = <0x3f8000 0x4000>; //secure info ,reserved for secure boot .if not use , can be used by other way .
};
vendor_rfu_partition: partition@3fc000 {
label = "vendor-rfu";
reg = <0x3fc000 0x2000>;// reserved for chip extend.
};
vendor_partition: partition@3fe000 {
label = "vendor-data";
reg = <0x3fe000 0x2000>;
reg = <0x3fe000 0x2000>;// mac and adc info.
};
};
};

0 comments on commit 9ffa0e6

Please sign in to comment.