boards: nordic: add 'iron' board variant for radio
This is needed for next generation Secure Domain firmware. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no> Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>
This commit is contained in:
parent
36bdc6c502
commit
2ba5d469f8
6 changed files with 79 additions and 4 deletions
21
boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad_iron.dts
Normal file
21
boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad_iron.dts
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
* Copyright (c) 2025 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include "nrf54h20dk_nrf54h20_cpurad.dts"
|
||||
#include "nrf54h20dk_nrf54h20-ipc_conf_iron.dtsi"
|
||||
#include "nrf54h20dk_nrf54h20-memory_map_iron.dtsi"
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zephyr,code-partition = &cpurad_slot0_partition;
|
||||
zephyr,uart-mcumgr = &uart135;
|
||||
};
|
||||
};
|
||||
|
||||
&cpusec_cpurad_ipc {
|
||||
mbox-names = "tx", "rx";
|
||||
status = "okay";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue