Skip to content

Commit 034234f

Browse files
committed
[nrf fromtree] 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. Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit fdede6a)
1 parent b9d3d7a commit 034234f

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
@@ -43,6 +43,10 @@
4343
status = "okay";
4444
};
4545

46+
&cpurad_ram0x_region {
47+
status = "okay";
48+
};
49+
4650
&cpurad_bellboard {
4751
status = "okay";
4852
interrupts = <96 NRF_DEFAULT_IRQ_PRIORITY>;
@@ -60,11 +64,16 @@
6064
};
6165

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

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

0 commit comments

Comments
 (0)