Skip to content

Commit 419af79

Browse files
committed
[nrf fromlist] boards: nordic: nrf54h20dk: ipc to cpusys with unbound
Unbound feature in IPC with cpusys will be enabled by default. This is needed to enable IPC link renewal. If unbound is not needed then it can be disabled in overlay, sysctrl will detect if it is present. Upstream PR #: 94646 Signed-off-by: Łukasz Stępnicki <[email protected]>
1 parent e2bf7b4 commit 419af79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-ipc_conf.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
cpuapp_cpusys_ipc: ipc-2-12 {
3434
compatible = "zephyr,ipc-icmsg";
35+
unbound = "enable";
3536
status = "disabled";
3637
dcache-alignment = <32>;
3738
mboxes = <&cpuapp_bellboard 6>,
@@ -56,6 +57,7 @@
5657

5758
cpurad_cpusys_ipc: ipc-3-12 {
5859
compatible = "zephyr,ipc-icmsg";
60+
unbound = "enable";
5961
status = "disabled";
6062
dcache-alignment = <32>;
6163
mboxes = <&cpurad_bellboard 6>,

0 commit comments

Comments
 (0)