Skip to content

Commit 4380acc

Browse files
committed
[nrf fromlist] boards: nordic: Enable IPC and bellboard on nRF54H20
Enable the cpusec IPC and the bellboard nodes for the nrf54h20dk cpuapp and cpurad targets to enable communication between domains. Also enables the region cpurad_ram0x_region since it is also required for the communication. Upstream PR #: 80929 Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 022863f commit 4380acc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
status = "okay";
4545
};
4646

47+
&cpurad_ram0x_region {
48+
status = "okay";
49+
};
50+
4751
&cpurad_bellboard {
4852
status = "okay";
4953
interrupts = <96 NRF_DEFAULT_IRQ_PRIORITY>;
@@ -61,11 +65,16 @@
6165
};
6266

6367
&cpusec_cpurad_ipc {
68+
status = "okay";
6469
mbox-names = "tx", "rx";
6570
tx-region = <&cpurad_cpusec_ipc_shm>;
6671
rx-region = <&cpusec_cpurad_ipc_shm>;
6772
};
6873

74+
&cpusec_bellboard {
75+
status = "okay";
76+
};
77+
6978
ipc0: &cpuapp_cpurad_ipc {
7079
status = "okay";
7180
mbox-names = "tx", "rx";

0 commit comments

Comments
 (0)