commit | 5386a64cb53ef4b4456b4e13ca2e4ec739b5e6e7 | [log] [tgz] |
---|---|---|
author | Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no> | Fri Mar 21 09:48:00 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Mar 27 17:17:54 2025 +0100 |
tree | b85c36d0d69d101cfa08b9f38bafda551d3b0918 | |
parent | 5f3bd5dfd4c432632af791584aa1ed7352826174 [diff] |
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>