File tree Expand file tree Collapse file tree 8 files changed +23
-0
lines changed Expand file tree Collapse file tree 8 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 22
22
label = "mcuboot";
23
23
reg = <0x00000000 0x0000C000>;
24
24
};
25
+
25
26
slot0_partition: partition@c000 {
26
27
label = "image-0";
27
28
reg = <0x0000C000 0x00077000>;
28
29
};
30
+
29
31
slot1_partition: partition@83000 {
30
32
label = "image-1";
31
33
reg = <0x00083000 0x00075000>;
Original file line number Diff line number Diff line change 35
35
read-only;
36
36
reg = <0x00000000 0x00026000>;
37
37
};
38
+
38
39
code_partition: partition@26000 {
39
40
label = "Application";
40
41
reg = <0x00026000 0x000C6000>;
Original file line number Diff line number Diff line change 33
33
read-only;
34
34
reg = <0x00000000 0x00027000>;
35
35
};
36
+
36
37
code_partition: partition@27000 {
37
38
label = "Application";
38
39
reg = <0x00027000 0x000C5000>;
Original file line number Diff line number Diff line change 33
33
label = "mcuboot";
34
34
reg = <0x00000000 0x10000>;
35
35
};
36
+
36
37
slot0_partition: partition@10000 {
37
38
label = "image-0";
38
39
reg = <0x00010000 0x40000>;
39
40
};
41
+
40
42
slot0_ns_partition: partition@50000 {
41
43
label = "image-0-nonsecure";
42
44
reg = <0x00050000 0x30000>;
43
45
};
46
+
44
47
slot1_partition: partition@80000 {
45
48
label = "image-1";
46
49
reg = <0x00080000 0x40000>;
47
50
};
51
+
48
52
slot1_ns_partition: partition@c0000 {
49
53
label = "image-1-nonsecure";
50
54
reg = <0x000c0000 0x30000>;
51
55
};
56
+
52
57
tfm_ps_partition: partition@f0000 {
53
58
label = "tfm-ps";
54
59
reg = <0x000f0000 0x00004000>;
55
60
};
61
+
56
62
tfm_its_partition: partition@f4000 {
57
63
label = "tfm-its";
58
64
reg = <0x000f4000 0x00002000>;
59
65
};
66
+
60
67
tfm_otp_partition: partition@f6000 {
61
68
label = "tfm-otp";
62
69
reg = <0x000f6000 0x00002000>;
63
70
};
71
+
64
72
storage_partition: partition@f8000 {
65
73
label = "storage";
66
74
reg = <0x000f8000 0x00008000>;
Original file line number Diff line number Diff line change 30
30
clocks = <&hfpll>;
31
31
#address-cells = <1>;
32
32
#size-cells = <1>;
33
+
33
34
itm: itm@e0000000 {
34
35
compatible = "arm,armv8m-itm";
35
36
reg = <0xe0000000 0x1000>;
Original file line number Diff line number Diff line change 26
26
clocks = <&hfpll>;
27
27
#address-cells = <1>;
28
28
#size-cells = <1>;
29
+
29
30
itm: itm@e0000000 {
30
31
compatible = "arm,armv8m-itm";
31
32
reg = <0xe0000000 0x1000>;
Original file line number Diff line number Diff line change 30
30
clocks = <&hfpll>;
31
31
#address-cells = <1>;
32
32
#size-cells = <1>;
33
+
33
34
itm: itm@e0000000 {
34
35
compatible = "arm,armv8m-itm";
35
36
reg = <0xe0000000 0x1000>;
Original file line number Diff line number Diff line change 33
33
label = "mcuboot";
34
34
reg = <0x00000000 0x10000>;
35
35
};
36
+
36
37
slot0_partition: partition@10000 {
37
38
label = "image-0";
38
39
reg = <0x00010000 0x40000>;
39
40
};
41
+
40
42
slot0_ns_partition: partition@50000 {
41
43
label = "image-0-nonsecure";
42
44
reg = <0x00050000 0x30000>;
43
45
};
46
+
44
47
slot1_partition: partition@80000 {
45
48
label = "image-1";
46
49
reg = <0x00080000 0x40000>;
47
50
};
51
+
48
52
slot1_ns_partition: partition@c0000 {
49
53
label = "image-1-nonsecure";
50
54
reg = <0x000c0000 0x30000>;
51
55
};
56
+
52
57
tfm_ps_partition: partition@f0000 {
53
58
label = "tfm-ps";
54
59
reg = <0x000f0000 0x00004000>;
55
60
};
61
+
56
62
tfm_its_partition: partition@f4000 {
57
63
label = "tfm-its";
58
64
reg = <0x000f4000 0x00002000>;
59
65
};
66
+
60
67
tfm_otp_partition: partition@f6000 {
61
68
label = "tfm-otp";
62
69
reg = <0x000f6000 0x00002000>;
63
70
};
71
+
64
72
storage_partition: partition@f8000 {
65
73
label = "storage";
66
74
reg = <0x000f8000 0x00008000>;
You can’t perform that action at this time.
0 commit comments