boards: nordic: Add support for nRF54H20 DK
Add targets for the Application, Radio, and PPR cores in the nRF54H20 SoC on the nRF54H20 DK board. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
eac91bf8ac
commit
d0ce78f230
20 changed files with 883 additions and 0 deletions
36
boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-ipc_conf.dtsi
Normal file
36
boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-ipc_conf.dtsi
Normal file
|
@ -0,0 +1,36 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
ipc {
|
||||
cpusec_cpuapp_ipc: ipc-1-2 {
|
||||
compatible = "zephyr,ipc-icmsg";
|
||||
status = "disabled";
|
||||
mboxes = <&cpusec_bellboard 12>,
|
||||
<&cpuapp_bellboard 0>;
|
||||
};
|
||||
|
||||
cpusec_cpurad_ipc: ipc-1-3 {
|
||||
compatible = "zephyr,ipc-icmsg";
|
||||
status = "disabled";
|
||||
mboxes = <&cpusec_bellboard 18>,
|
||||
<&cpurad_bellboard 0>;
|
||||
};
|
||||
|
||||
cpuapp_cpurad_ipc: ipc-2-3 {
|
||||
status = "disabled";
|
||||
mboxes = <&cpuapp_bellboard 18>,
|
||||
<&cpurad_bellboard 12>;
|
||||
};
|
||||
|
||||
cpuapp_cpuppr_ipc: ipc-2-13 {
|
||||
compatible = "zephyr,ipc-icmsg";
|
||||
status = "disabled";
|
||||
mboxes = <&cpuapp_bellboard 13>,
|
||||
<&cpuppr_vevif 12>;
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue