Skip to content

Commit 701e133

Browse files
committed
[nrf noup] boards: nordic: Enable cpusec_cpuapp_ipc and bellboard
Noup since secdom is not available upstream and it is required for PSA RNG. Enable the cpusec ipc and the bellboard nodes for the nrf54h20dk cpuapp and cpurad targets. These are required for the PSA crypto service to work. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 95521d5 commit 701e133

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
@@ -150,11 +150,16 @@
150150
};
151151

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

159+
&cpusec_bellboard {
160+
status = "okay";
161+
};
162+
158163
ipc0: &cpuapp_cpurad_ipc {
159164
status = "okay";
160165
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
@@ -61,11 +61,16 @@
6161
};
6262

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

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

0 commit comments

Comments
 (0)