File tree Expand file tree Collapse file tree 13 files changed +52
-237
lines changed Expand file tree Collapse file tree 13 files changed +52
-237
lines changed Original file line number Diff line number Diff line change 20
20
};
21
21
};
22
22
23
- &cpuapp_rram {
24
- partitions {
25
- compatible = "fixed-partitions";
26
- #address-cells = <1>;
27
- #size-cells = <1>;
28
-
29
- boot_partition: partition@0 {
30
- label = "mcuboot";
31
- reg = <0x0 DT_SIZE_K(64)>;
32
- };
33
-
34
- slot0_partition: partition@10000 {
35
- label = "image-0";
36
- reg = <0x10000 DT_SIZE_K(324)>;
37
- };
38
-
39
- slot0_ns_partition: partition@61000 {
40
- label = "image-0-nonsecure";
41
- reg = <0x61000 DT_SIZE_K(324)>;
42
- };
43
-
44
- slot1_partition: partition@b2000 {
45
- label = "image-1";
46
- reg = <0xb2000 DT_SIZE_K(324)>;
47
- };
48
-
49
- slot1_ns_partition: partition@103000 {
50
- label = "image-1-nonsecure";
51
- reg = <0x103000 DT_SIZE_K(324)>;
52
- };
53
-
54
- /* 32k from 0x154000 to 0x15bfff reserved for TF-M partitions */
55
- storage_partition: partition@15c000 {
56
- label = "storage";
57
- reg = <0x15c000 DT_SIZE_K(36)>;
58
- };
59
- };
60
- };
23
+ /* Include default memory partition configuration file */
24
+ #include <nordic/nrf54l15_partition.dtsi>
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ toolchain:
11
11
- zephyr
12
12
sysbuild : true
13
13
ram : 188
14
- flash : 324
14
+ flash : 1428
15
15
supported :
16
16
- adc
17
17
- counter
Original file line number Diff line number Diff line change 20
20
};
21
21
};
22
22
23
- &cpuapp_rram {
24
- partitions {
25
- compatible = "fixed-partitions";
26
- #address-cells = <1>;
27
- #size-cells = <1>;
28
-
29
- boot_partition: partition@0 {
30
- label = "mcuboot";
31
- reg = <0x0 DT_SIZE_K(64)>;
32
- };
33
-
34
- slot0_partition: partition@10000 {
35
- label = "image-0";
36
- reg = <0x10000 DT_SIZE_K(324)>;
37
- };
38
-
39
- slot0_ns_partition: partition@61000 {
40
- label = "image-0-nonsecure";
41
- reg = <0x61000 DT_SIZE_K(324)>;
42
- };
43
-
44
- slot1_partition: partition@b2000 {
45
- label = "image-1";
46
- reg = <0xb2000 DT_SIZE_K(324)>;
47
- };
48
-
49
- slot1_ns_partition: partition@103000 {
50
- label = "image-1-nonsecure";
51
- reg = <0x103000 DT_SIZE_K(324)>;
52
- };
53
-
54
- /* 32k from 0x154000 to 0x15bfff reserved for TF-M partitions */
55
- storage_partition: partition@15c000 {
56
- label = "storage";
57
- reg = <0x15c000 DT_SIZE_K(36)>;
58
- };
59
- };
60
- };
23
+ /* Include default memory partition configuration file */
24
+ #include <nordic/nrf54l15_partition.dtsi>
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ toolchain:
11
11
- zephyr
12
12
sysbuild : true
13
13
ram : 188
14
- flash : 324
14
+ flash : 1428
15
15
supported :
16
16
- adc
17
17
- counter
Original file line number Diff line number Diff line change 19
19
};
20
20
};
21
21
22
- &cpuapp_rram {
23
- partitions {
24
- compatible = "fixed-partitions";
25
- #address-cells = <1>;
26
- #size-cells = <1>;
27
-
28
- boot_partition: partition@0 {
29
- label = "mcuboot";
30
- reg = <0x0 DT_SIZE_K(64)>;
31
- };
32
-
33
- slot0_partition: partition@10000 {
34
- label = "image-0";
35
- reg = <0x10000 DT_SIZE_K(324)>;
36
- };
37
-
38
- slot0_ns_partition: partition@61000 {
39
- label = "image-0-nonsecure";
40
- reg = <0x61000 DT_SIZE_K(324)>;
41
- };
42
-
43
- slot1_partition: partition@b2000 {
44
- label = "image-1";
45
- reg = <0xb2000 DT_SIZE_K(324)>;
46
- };
47
-
48
- slot1_ns_partition: partition@103000 {
49
- label = "image-1-nonsecure";
50
- reg = <0x103000 DT_SIZE_K(324)>;
51
- };
52
-
53
- /* 32k from 0x154000 to 0x15bfff reserved for TF-M partitions */
54
-
55
- storage_partition: partition@15c000 {
56
- label = "storage";
57
- reg = <0x15c000 DT_SIZE_K(36)>;
58
- };
59
- };
60
- };
22
+ /* Include default memory partition configuration file */
23
+ #include <nordic/nrf54l15_partition.dtsi>
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ toolchain:
10
10
- zephyr
11
11
sysbuild : true
12
12
ram : 188
13
- flash : 324
13
+ flash : 1428
14
14
supported :
15
15
- adc
16
16
- counter
Original file line number Diff line number Diff line change 19
19
};
20
20
};
21
21
22
- &cpuapp_rram {
23
- partitions {
24
- compatible = "fixed-partitions";
25
- #address-cells = <1>;
26
- #size-cells = <1>;
27
-
28
- boot_partition: partition@0 {
29
- label = "mcuboot";
30
- reg = <0x0 DT_SIZE_K(64)>;
31
- };
32
-
33
- slot0_partition: partition@10000 {
34
- label = "image-0";
35
- reg = <0x10000 DT_SIZE_K(324)>;
36
- };
37
-
38
- slot0_ns_partition: partition@61000 {
39
- label = "image-0-nonsecure";
40
- reg = <0x61000 DT_SIZE_K(324)>;
41
- };
42
-
43
- slot1_partition: partition@b2000 {
44
- label = "image-1";
45
- reg = <0xb2000 DT_SIZE_K(324)>;
46
- };
47
-
48
- slot1_ns_partition: partition@103000 {
49
- label = "image-1-nonsecure";
50
- reg = <0x103000 DT_SIZE_K(324)>;
51
- };
52
-
53
- /* 32k from 0x154000 to 0x15bfff reserved for TF-M partitions */
54
- storage_partition: partition@15c000 {
55
- label = "storage";
56
- reg = <0x15c000 DT_SIZE_K(36)>;
57
- };
58
- };
59
- };
22
+ /* Include default memory partition configuration file */
23
+ #include <nordic/nrf54l15_partition.dtsi>
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ toolchain:
10
10
- zephyr
11
11
sysbuild : true
12
12
ram : 188
13
- flash : 324
13
+ flash : 1428
14
14
supported :
15
15
- adc
16
16
- counter
Original file line number Diff line number Diff line change 21
21
};
22
22
};
23
23
24
- &cpuapp_rram {
25
- partitions {
26
- compatible = "fixed-partitions";
27
- #address-cells = <1>;
28
- #size-cells = <1>;
29
-
30
- boot_partition: partition@0 {
31
- label = "mcuboot";
32
- reg = <0x0 DT_SIZE_K(64)>;
33
- };
34
-
35
- slot0_partition: partition@10000 {
36
- label = "image-0";
37
- reg = <0x10000 DT_SIZE_K(324)>;
38
- };
39
-
40
- slot0_ns_partition: partition@61000 {
41
- label = "image-0-nonsecure";
42
- reg = <0x61000 DT_SIZE_K(324)>;
43
- };
44
-
45
- slot1_partition: partition@b2000 {
46
- label = "image-1";
47
- reg = <0xb2000 DT_SIZE_K(324)>;
48
- };
49
-
50
- slot1_ns_partition: partition@103000 {
51
- label = "image-1-nonsecure";
52
- reg = <0x103000 DT_SIZE_K(324)>;
53
- };
54
-
55
- /* 32k from 0x154000 to 0x15bfff reserved for TF-M partitions */
56
- storage_partition: partition@15c000 {
57
- label = "storage";
58
- reg = <0x15c000 DT_SIZE_K(36)>;
59
- };
60
- };
61
- };
24
+ /* Include default memory partition configuration file */
25
+ #include <nordic/nrf54l15_partition.dtsi>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ toolchain:
12
12
- zephyr
13
13
sysbuild : true
14
14
ram : 188
15
- flash : 324
15
+ flash : 1428
16
16
supported :
17
17
- adc
18
18
- counter
You can’t perform that action at this time.
0 commit comments