samples: bluetooth: hci_ipc: Add nrf54h20 DK board overlay

There are required DTS entries to nable peripherals required
for IPC communication between Radio and APP CPUs.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
Piotr Pryga 2024-03-25 09:50:59 +01:00 committed by Johan Hedberg
commit 73bdf622f1

View file

@ -0,0 +1,27 @@
/*
* Copyright 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,bt-hci-ipc = &ipc0;
};
};
ipc0: &cpuapp_cpurad_ipc {
status = "okay";
};
&cpuapp_cpurad_ram0x_region {
status = "okay";
};
&cpurad_bellboard {
status = "okay";
};
&cpuapp_bellboard {
status = "okay";
};