Skip to content

Commit 9999e1c

Browse files
bjarki-andreasenjfischer-no
authored andcommitted
[nrf fromtree] 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]> (cherry picked from commit 89ba317a55d6a170807b1ee1d465929f1449ad61)
1 parent 23b85c3 commit 9999e1c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

+5
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,16 @@
149149
};
150150

151151
&cpusec_cpuapp_ipc {
152+
status = "okay";
152153
mbox-names = "tx", "rx";
153154
tx-region = <&cpuapp_cpusec_ipc_shm>;
154155
rx-region = <&cpusec_cpuapp_ipc_shm>;
155156
};
156157

158+
&cpusec_bellboard {
159+
status = "okay";
160+
};
161+
157162
ipc0: &cpuapp_cpurad_ipc {
158163
status = "okay";
159164
mbox-names = "rx", "tx";

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts

+5
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,16 @@
6464
};
6565

6666
&cpusec_cpurad_ipc {
67+
status = "okay";
6768
mbox-names = "tx", "rx";
6869
tx-region = <&cpurad_cpusec_ipc_shm>;
6970
rx-region = <&cpusec_cpurad_ipc_shm>;
7071
};
7172

73+
&cpusec_bellboard {
74+
status = "okay";
75+
};
76+
7277
ipc0: &cpuapp_cpurad_ipc {
7378
status = "okay";
7479
mbox-names = "tx", "rx";

0 commit comments

Comments
 (0)