Skip to content

Commit ca01b41

Browse files
committed
samples: net: Remove unneeded FLPR memory removal from nRF54L15 target
This commit removes the unnecessary FLPR core memory removal from nRF54L15DK overlays since FLPR core is not included. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
1 parent 7d59d19 commit ca01b41

7 files changed

Lines changed: 0 additions & 98 deletions

File tree

samples/net/aws_iot/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,7 @@
99
/delete-node/ &slot1_partition;
1010
/delete-node/ &storage_partition;
1111

12-
&rram_controller {
13-
/delete-node/ cpuflpr_sram;
14-
/delete-node/ cpuflpr_rram;
15-
};
16-
17-
/* Adjust the cpuapp_sram to include the freed up cpuflpr_sram */
18-
&cpuapp_sram {
19-
reg = <0x20000000 DT_SIZE_K(256)>;
20-
ranges = <0x0 0x20000000 0x20040000>;
21-
};
22-
23-
/* Adjust the cpuapp_rram to include the freed up cpuflpr_rram */
2412
&cpuapp_rram {
25-
reg = <0x0 DT_SIZE_K(1524)>;
26-
2713
partitions {
2814
slot0_partition: partition@0 {
2915
compatible = "zephyr,mapped-partition";

samples/net/coap_client/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,7 @@
99
/delete-node/ &slot1_partition;
1010
/delete-node/ &storage_partition;
1111

12-
&rram_controller {
13-
/delete-node/ cpuflpr_sram;
14-
/delete-node/ cpuflpr_rram;
15-
};
16-
17-
/* Adjust the cpuapp_sram to include the freed up cpuflpr_sram */
18-
&cpuapp_sram {
19-
reg = <0x20000000 DT_SIZE_K(256)>;
20-
ranges = <0x0 0x20000000 0x20040000>;
21-
};
22-
23-
/* Adjust the cpuapp_rram to include the freed up cpuflpr_rram */
2412
&cpuapp_rram {
25-
reg = <0x0 DT_SIZE_K(1524)>;
26-
2713
partitions {
2814
slot0_partition: partition@0 {
2915
compatible = "zephyr,mapped-partition";

samples/net/download/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,7 @@
99
/delete-node/ &slot1_partition;
1010
/delete-node/ &storage_partition;
1111

12-
&rram_controller {
13-
/delete-node/ cpuflpr_sram;
14-
/delete-node/ cpuflpr_rram;
15-
};
16-
17-
/* Adjust the cpuapp_sram to include the freed up cpuflpr_sram */
18-
&cpuapp_sram {
19-
reg = <0x20000000 DT_SIZE_K(256)>;
20-
ranges = <0x0 0x20000000 0x20040000>;
21-
};
22-
23-
/* Adjust the cpuapp_rram to include the freed up cpuflpr_rram */
2412
&cpuapp_rram {
25-
reg = <0x0 DT_SIZE_K(1524)>;
26-
2713
partitions {
2814
slot0_partition: partition@0 {
2915
compatible = "zephyr,mapped-partition";

samples/net/http_server/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,7 @@
99
/delete-node/ &slot1_partition;
1010
/delete-node/ &storage_partition;
1111

12-
&rram_controller {
13-
/delete-node/ cpuflpr_sram;
14-
/delete-node/ cpuflpr_rram;
15-
};
16-
17-
/* Adjust the cpuapp_sram to include the freed up cpuflpr_sram */
18-
&cpuapp_sram {
19-
reg = <0x20000000 DT_SIZE_K(256)>;
20-
ranges = <0x0 0x20000000 0x20040000>;
21-
};
22-
23-
/* Adjust the cpuapp_rram to include the freed up cpuflpr_rram */
2412
&cpuapp_rram {
25-
reg = <0x0 DT_SIZE_K(1524)>;
26-
2713
partitions {
2814
slot0_partition: partition@0 {
2915
compatible = "zephyr,mapped-partition";

samples/net/https_client/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,7 @@
99
/delete-node/ &slot1_partition;
1010
/delete-node/ &storage_partition;
1111

12-
&rram_controller {
13-
/delete-node/ cpuflpr_sram;
14-
/delete-node/ cpuflpr_rram;
15-
};
16-
17-
/* Adjust the cpuapp_sram to include the freed up cpuflpr_sram */
18-
&cpuapp_sram {
19-
reg = <0x20000000 DT_SIZE_K(256)>;
20-
ranges = <0x0 0x20000000 0x20040000>;
21-
};
22-
23-
/* Adjust the cpuapp_rram to include the freed up cpuflpr_rram */
2412
&cpuapp_rram {
25-
reg = <0x0 DT_SIZE_K(1524)>;
26-
2713
partitions {
2814
slot0_partition: partition@0 {
2915
compatible = "zephyr,mapped-partition";

samples/net/mqtt/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,7 @@
99
/delete-node/ &slot1_partition;
1010
/delete-node/ &storage_partition;
1111

12-
&rram_controller {
13-
/delete-node/ cpuflpr_sram;
14-
/delete-node/ cpuflpr_rram;
15-
};
16-
17-
/* Adjust the cpuapp_sram to include the freed up cpuflpr_sram */
18-
&cpuapp_sram {
19-
reg = <0x20000000 DT_SIZE_K(256)>;
20-
ranges = <0x0 0x20000000 0x20040000>;
21-
};
22-
23-
/* Adjust the cpuapp_rram to include the freed up cpuflpr_rram */
2412
&cpuapp_rram {
25-
reg = <0x0 DT_SIZE_K(1524)>;
26-
2713
partitions {
2814
slot0_partition: partition@0 {
2915
compatible = "zephyr,mapped-partition";

samples/net/udp/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,7 @@
99
/delete-node/ &slot1_partition;
1010
/delete-node/ &storage_partition;
1111

12-
&rram_controller {
13-
/delete-node/ cpuflpr_sram;
14-
/delete-node/ cpuflpr_rram;
15-
};
16-
17-
/* Adjust the cpuapp_sram to include the freed up cpuflpr_sram */
18-
&cpuapp_sram {
19-
reg = <0x20000000 DT_SIZE_K(256)>;
20-
ranges = <0x0 0x20000000 0x20040000>;
21-
};
22-
23-
/* Adjust the cpuapp_rram to include the freed up cpuflpr_rram */
2412
&cpuapp_rram {
25-
reg = <0x0 DT_SIZE_K(1524)>;
26-
2713
partitions {
2814
slot0_partition: partition@0 {
2915
compatible = "zephyr,mapped-partition";

0 commit comments

Comments
 (0)