Revert "boards: nordic: nrf54h20: disable sec ipc"
This reverts commit 5386a64cb5
.
Issue is no longer relevant. Simplify use of board by restoring
enabling secure ipc by default.
Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
This commit is contained in:
parent
d4e302cc97
commit
89ba317a55
2 changed files with 10 additions and 0 deletions
|
@ -143,11 +143,16 @@
|
|||
};
|
||||
|
||||
&cpusec_cpuapp_ipc {
|
||||
status = "okay";
|
||||
mbox-names = "tx", "rx";
|
||||
tx-region = <&cpuapp_cpusec_ipc_shm>;
|
||||
rx-region = <&cpusec_cpuapp_ipc_shm>;
|
||||
};
|
||||
|
||||
&cpusec_bellboard {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ipc0: &cpuapp_cpurad_ipc {
|
||||
status = "okay";
|
||||
mbox-names = "rx", "tx";
|
||||
|
|
|
@ -60,11 +60,16 @@
|
|||
};
|
||||
|
||||
&cpusec_cpurad_ipc {
|
||||
status = "okay";
|
||||
mbox-names = "tx", "rx";
|
||||
tx-region = <&cpurad_cpusec_ipc_shm>;
|
||||
rx-region = <&cpusec_cpurad_ipc_shm>;
|
||||
};
|
||||
|
||||
&cpusec_bellboard {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ipc0: &cpuapp_cpurad_ipc {
|
||||
status = "okay";
|
||||
mbox-names = "tx", "rx";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue