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 2020 };
2121};
2222
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:
1111 - zephyr
1212sysbuild : true
1313ram : 188
14- flash : 324
14+ flash : 1428
1515supported :
1616 - adc
1717 - counter
Original file line number Diff line number Diff line change 2020 };
2121};
2222
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:
1111 - zephyr
1212sysbuild : true
1313ram : 188
14- flash : 324
14+ flash : 1428
1515supported :
1616 - adc
1717 - counter
Original file line number Diff line number Diff line change 1919 };
2020};
2121
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:
1010 - zephyr
1111sysbuild : true
1212ram : 188
13- flash : 324
13+ flash : 1428
1414supported :
1515 - adc
1616 - counter
Original file line number Diff line number Diff line change 1919 };
2020};
2121
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:
1010 - zephyr
1111sysbuild : true
1212ram : 188
13- flash : 324
13+ flash : 1428
1414supported :
1515 - adc
1616 - counter
Original file line number Diff line number Diff line change 2121 };
2222};
2323
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:
1212 - zephyr
1313sysbuild : true
1414ram : 188
15- flash : 324
15+ flash : 1428
1616supported :
1717 - adc
1818 - counter
You can’t perform that action at this time.
0 commit comments