Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Telink] Update tlsr9528a_4m_flash.overlay #34945

Merged
merged 1 commit into from
Aug 20, 2024
Merged
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
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.
};
};
};
Loading