|
14 | 14 | };
|
15 | 15 | slot0_partition: partition@13000 {
|
16 | 16 | label = "image-0";
|
17 |
| - reg = <0x13000 0x1ec000>; |
| 17 | + reg = <0x13000 0x1ea000>; |
18 | 18 | };
|
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>; |
22 | 22 | };
|
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 |
26 | 26 | };
|
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. |
30 | 30 | };
|
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 |
34 | 34 | };
|
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. |
38 | 42 | };
|
39 | 43 | vendor_partition: partition@3fe000 {
|
40 | 44 | label = "vendor-data";
|
41 |
| - reg = <0x3fe000 0x2000>; |
| 45 | + reg = <0x3fe000 0x2000>;// mac and adc info. |
42 | 46 | };
|
43 | 47 | };
|
44 | 48 | };
|
0 commit comments