Skip to content

Commit 89ba317

Browse files
bjarki-andreasenkartben
authored andcommitted
Revert "boards: nordic: nrf54h20: disable sec ipc"
This reverts commit 5386a64. Issue is no longer relevant. Simplify use of board by restoring enabling secure ipc by default. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent d4e302c commit 89ba317

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,16 @@
143143
};
144144

145145
&cpusec_cpuapp_ipc {
146+
status = "okay";
146147
mbox-names = "tx", "rx";
147148
tx-region = <&cpuapp_cpusec_ipc_shm>;
148149
rx-region = <&cpusec_cpuapp_ipc_shm>;
149150
};
150151

152+
&cpusec_bellboard {
153+
status = "okay";
154+
};
155+
151156
ipc0: &cpuapp_cpurad_ipc {
152157
status = "okay";
153158
mbox-names = "rx", "tx";

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,16 @@
6060
};
6161

6262
&cpusec_cpurad_ipc {
63+
status = "okay";
6364
mbox-names = "tx", "rx";
6465
tx-region = <&cpurad_cpusec_ipc_shm>;
6566
rx-region = <&cpusec_cpurad_ipc_shm>;
6667
};
6768

69+
&cpusec_bellboard {
70+
status = "okay";
71+
};
72+
6873
ipc0: &cpuapp_cpurad_ipc {
6974
status = "okay";
7075
mbox-names = "tx", "rx";

0 commit comments

Comments
 (0)