Skip to content

Commit 0720d3c

Browse files
committed
snippets: sdp: mspi: Code size
Increased partition size for flipper code. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
1 parent 6e4dd4e commit 0720d3c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

snippets/sdp/mspi/soc/nrf54l15_cpuapp.overlay

+14-14
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
1010
#address-cells = <1>;
1111
#size-cells = <1>;
1212

13-
cpuflpr_code_partition: image@17a000 {
14-
reg = <0x17a000 DT_SIZE_K(12)>;
13+
cpuflpr_code_partition: image@179400 {
14+
reg = <0x179400 DT_SIZE_K(15)>;
1515
};
1616

17-
sram_rx: memory@2003c000 {
18-
reg = <0x2003c000 0x07f0>;
17+
sram_rx: memory@2003b400 {
18+
reg = <0x2003b400 0x07f0>;
1919
};
2020

21-
sram_tx: memory@2003c7f0 {
22-
reg = <0x2003c7f0 0x07f0>;
21+
sram_tx: memory@2003bbf0 {
22+
reg = <0x2003bbf0 0x07f0>;
2323
};
2424

25-
cpuflpr_error_code: memory@2003cfe0 {
26-
reg = <0x2003cfe0 0x0020>; /* 32bytes */
25+
cpuflpr_error_code: memory@2003c3e0 {
26+
reg = <0x2003c3e0 0x0020>; /* 32bytes */
2727
};
2828
};
2929

30-
cpuflpr_sram_code_data: memory@2003d000 {
30+
cpuflpr_sram_code_data: memory@2003c400 {
3131
compatible = "mmio-sram";
32-
reg = <0x2003d000 DT_SIZE_K(12)>;
32+
reg = <0x2003c400 DT_SIZE_K(15)>;
3333
#address-cells = <1>;
3434
#size-cells = <1>;
35-
ranges = <0x0 0x2003d000 0x3000>;
35+
ranges = <0x0 0x2003c400 0x3c00>;
3636
};
3737
};
3838

@@ -49,12 +49,12 @@
4949
};
5050

5151
&cpuapp_rram {
52-
reg = <0x0 DT_SIZE_K(1512)>;
52+
reg = <0x0 DT_SIZE_K(1509)>;
5353
};
5454

5555
&cpuapp_sram {
56-
reg = <0x20000000 DT_SIZE_K(240)>;
57-
ranges = <0x0 0x20000000 0x3c000>;
56+
reg = <0x20000000 DT_SIZE_K(237)>;
57+
ranges = <0x0 0x20000000 0x3b400>;
5858
};
5959

6060
&cpuflpr_vpr {

0 commit comments

Comments
 (0)