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:
parent
1e6a2a00e2
commit
b2890564e9
3 changed files with 24 additions and 29 deletions
|
@ -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";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue