Skip to content

Commit

Permalink
[Telink] Add b95 flash overlay (#35133)
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 authored and pull[bot] committed Sep 4, 2024
1 parent c2dc60c commit 30e02a1
Showing 1 changed file with 36 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform/telink/tlsr9258a_2m_flash.overlay

This file was deleted.

36 changes: 36 additions & 0 deletions src/platform/telink/tlsr9258a_2m_flash.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
&flash {
reg = <0x20000000 0x200000>;

partitions {
/delete-node/ partition@0;
/delete-node/ partition@20000;
/delete-node/ partition@88000;
/delete-node/ partition@f0000;
/delete-node/ partition@f4000;
/delete-node/ partition@fe000;
boot_partition: partition@0 {
label = "mcuboot";
reg = <0x00000000 0x13000>;
};
slot0_partition: partition@13000 {
label = "image-0";
reg = <0x13000 0xef000>;
};
factory_partition: partition@102000 {
label = "factory-data";
reg = <0x102000 0x1000>;
};
storage_partition: partition@103000 {
label = "storage";
reg = <0x103000 0xc000>;
};
slot1_partition: partition@10f000 {
label = "image-1";
reg = <0x10f000 0xef000>;
};
vendor_partition: partition@1fe000 {
label = "vendor-data";
reg = <0x1fe000 0x2000>;
};
};
};

0 comments on commit 30e02a1

Please sign in to comment.