boards: nordic: nrf54h20dk: Add configuration for BLE

Add default configuration related to BLE protocol,
for Application and Radio core on nRF54h20 platform.

Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
This commit is contained in:
Kamil Gawor 2024-04-15 14:05:47 +02:00 committed by Henrik Brix Andersen
commit b2890564e9
3 changed files with 24 additions and 29 deletions

View file

@ -1,27 +0,0 @@
/*
* 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";
};