Skip to content

Commit 0804e75

Browse files
hakonfamcarlescufi
authored andcommitted
samples: bluetooth: remove excess overlay for channel sounding
With IronSide there is enough memory without updating the default memory map. Ref: NCSDK-NONE Signed-off-by: Håkon Amundsen <[email protected]>
1 parent 4d337a8 commit 0804e75

File tree

4 files changed

+0
-76
lines changed

4 files changed

+0
-76
lines changed

samples/bluetooth/channel_sounding_ras_initiator/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
/delete-node/ &cpuapp_slot0_partition;
8-
/delete-node/ &cpurad_slot0_partition;
9-
10-
/* Allocate extra MRAM as 256K is not enough NVM for multiantenna CS.
11-
* The extra memory is taken from cpuapp below.
12-
*/
13-
&cpurad_rx_partitions {
14-
cpurad_slot0_partition: partition@54000 {
15-
reg = <0x00054000 DT_SIZE_K(316)>;
16-
};
17-
};
18-
19-
/* Reduce cpuapp by 60K (default 320 - 60) */
20-
&cpuapp_rx_partitions {
21-
cpuapp_slot0_partition: partition@a3000 {
22-
reg = <0xa3000 DT_SIZE_K(260)>;
23-
};
24-
};
25-
267
// Enable PSA RNG
278
/ {
289
chosen {

samples/bluetooth/channel_sounding_ras_initiator/sysbuild/hci_ipc/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
/delete-node/ &cpuapp_slot0_partition;
8-
/delete-node/ &cpurad_slot0_partition;
9-
10-
/* Allocate extra MRAM as 256K is not enough NVM for multiantenna CS.
11-
* The extra memory is taken from cpuapp below.
12-
*/
13-
&cpurad_rx_partitions {
14-
cpurad_slot0_partition: partition@54000 {
15-
reg = <0x00054000 DT_SIZE_K(316)>;
16-
};
17-
};
18-
19-
/* Reduce cpuapp by 60K (default 320 - 60) */
20-
&cpuapp_rx_partitions {
21-
cpuapp_slot0_partition: partition@a3000 {
22-
reg = <0xa3000 DT_SIZE_K(260)>;
23-
};
24-
};
25-
267
/ {
278
cs_antenna_switch: cs-antenna-config {
289
status = "okay";

samples/bluetooth/channel_sounding_ras_reflector/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
/delete-node/ &cpuapp_slot0_partition;
8-
/delete-node/ &cpurad_slot0_partition;
9-
10-
/* Allocate extra MRAM as 256K is not enough NVM for multiantenna CS.
11-
* The extra memory is taken from cpuapp below.
12-
*/
13-
&cpurad_rx_partitions {
14-
cpurad_slot0_partition: partition@54000 {
15-
reg = <0x00054000 DT_SIZE_K(316)>;
16-
};
17-
};
18-
19-
/* Reduce cpuapp by 60K (default 320 - 60) */
20-
&cpuapp_rx_partitions {
21-
cpuapp_slot0_partition: partition@a3000 {
22-
reg = <0xa3000 DT_SIZE_K(260)>;
23-
};
24-
};
25-
267
// Enable PSA RNG
278
/ {
289
chosen {

samples/bluetooth/channel_sounding_ras_reflector/sysbuild/hci_ipc/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
/delete-node/ &cpuapp_slot0_partition;
8-
/delete-node/ &cpurad_slot0_partition;
9-
10-
/* Allocate extra MRAM as 256K is not enough NVM for multiantenna CS.
11-
* The extra memory is taken from cpuapp below.
12-
*/
13-
&cpurad_rx_partitions {
14-
cpurad_slot0_partition: partition@54000 {
15-
reg = <0x00054000 DT_SIZE_K(316)>;
16-
};
17-
};
18-
19-
/* Reduce cpuapp by 60K (default 320 - 60) */
20-
&cpuapp_rx_partitions {
21-
cpuapp_slot0_partition: partition@a3000 {
22-
reg = <0xa3000 DT_SIZE_K(260)>;
23-
};
24-
};
25-
267
/ {
278
cs_antenna_switch: cs-antenna-config {
289
status = "okay";

0 commit comments

Comments
 (0)