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>
This commit is contained in:
parent
5f3bd5dfd4
commit
5386a64cb5
2 changed files with 0 additions and 10 deletions
|
@ -143,16 +143,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpusec_cpuapp_ipc {
|
&cpusec_cpuapp_ipc {
|
||||||
status = "okay";
|
|
||||||
mbox-names = "tx", "rx";
|
mbox-names = "tx", "rx";
|
||||||
tx-region = <&cpuapp_cpusec_ipc_shm>;
|
tx-region = <&cpuapp_cpusec_ipc_shm>;
|
||||||
rx-region = <&cpusec_cpuapp_ipc_shm>;
|
rx-region = <&cpusec_cpuapp_ipc_shm>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpusec_bellboard {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
ipc0: &cpuapp_cpurad_ipc {
|
ipc0: &cpuapp_cpurad_ipc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
mbox-names = "rx", "tx";
|
mbox-names = "rx", "tx";
|
||||||
|
|
|
@ -59,16 +59,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpusec_cpurad_ipc {
|
&cpusec_cpurad_ipc {
|
||||||
status = "okay";
|
|
||||||
mbox-names = "tx", "rx";
|
mbox-names = "tx", "rx";
|
||||||
tx-region = <&cpurad_cpusec_ipc_shm>;
|
tx-region = <&cpurad_cpusec_ipc_shm>;
|
||||||
rx-region = <&cpusec_cpurad_ipc_shm>;
|
rx-region = <&cpusec_cpurad_ipc_shm>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpusec_bellboard {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
ipc0: &cpuapp_cpurad_ipc {
|
ipc0: &cpuapp_cpurad_ipc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
mbox-names = "tx", "rx";
|
mbox-names = "tx", "rx";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue