Skip to content

Commit 6e4dd4e

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

applications/sdp/mspi/boards/nrf54l15dk_nrf54l15_cpuflpr.overlay

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

13-
sram_tx: memory@2003c000 {
14-
reg = <0x2003c000 0x07f0>;
13+
sram_tx: memory@2003b400 {
14+
reg = <0x2003b400 0x07f0>;
1515
};
1616

17-
sram_rx: memory@2003c7f0 {
18-
reg = <0x2003c7f0 0x07f0>;
17+
sram_rx: memory@2003bbf0 {
18+
reg = <0x2003bbf0 0x07f0>;
1919
};
2020

21-
cpuflpr_error_code: memory@2003cfe0 {
22-
reg = <0x2003cfe0 0x0020>; /* 32bytes */
21+
cpuflpr_error_code: memory@2003c3e0 {
22+
reg = <0x2003c3e0 0x0020>; /* 32bytes */
2323
};
2424
};
2525
};
@@ -37,16 +37,16 @@
3737
};
3838

3939
&cpuflpr_rram {
40-
reg = <0x17a000 DT_SIZE_K(12)>;
40+
reg = <0x179400 DT_SIZE_K(15)>;
4141
};
4242

4343
&cpuflpr_code_partition {
44-
reg = <0x0 DT_SIZE_K(12)>;
44+
reg = <0x0 DT_SIZE_K(15)>;
4545
};
4646

4747
&cpuflpr_sram {
48-
reg = <0x2003d000 DT_SIZE_K(12)>;
49-
ranges = <0x0 0x2003d000 0x3000>;
48+
reg = <0x2003c400 DT_SIZE_K(15)>;
49+
ranges = <0x0 0x2003c400 0x3c00>;
5050
};
5151

5252
&cpuflpr_vevif_rx {

0 commit comments

Comments
 (0)