Skip to content

Commit 5386a64

Browse files
bjarki-andreasenkartben
authored andcommitted
boards: nordic: nrf54h20: disable sec ipc
The secure domain IPC node statuses are being used to generate UICRs which tell the secure domain to attempt connecting to the app and radio cores. secure domain should only be enabled if used, so the nodes should default to disabled. Without this change, the H20 is unable to go to sleep since secure domain stays awake, persistanly trying to connect to both cores. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
1 parent 5f3bd5d commit 5386a64

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

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

145145
&cpusec_cpuapp_ipc {
146-
status = "okay";
147146
mbox-names = "tx", "rx";
148147
tx-region = <&cpuapp_cpusec_ipc_shm>;
149148
rx-region = <&cpusec_cpuapp_ipc_shm>;
150149
};
151150

152-
&cpusec_bellboard {
153-
status = "okay";
154-
};
155-
156151
ipc0: &cpuapp_cpurad_ipc {
157152
status = "okay";
158153
mbox-names = "rx", "tx";

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts

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

6161
&cpusec_cpurad_ipc {
62-
status = "okay";
6362
mbox-names = "tx", "rx";
6463
tx-region = <&cpurad_cpusec_ipc_shm>;
6564
rx-region = <&cpusec_cpurad_ipc_shm>;
6665
};
6766

68-
&cpusec_bellboard {
69-
status = "okay";
70-
};
71-
7267
ipc0: &cpuapp_cpurad_ipc {
7368
status = "okay";
7469
mbox-names = "tx", "rx";

0 commit comments

Comments
 (0)