Skip to content

Commit 9b44e29

Browse files
committed
[nrf fromlist] boards: nordic: nrf54h20dk: ipc to cpusys with unbound
Unbound feature in IPC with cpusys will be detected. This is needed to enable IPC link renewal. Upstream PR #: 92587 Signed-off-by: Łukasz Stępnicki <[email protected]>
1 parent a4a4579 commit 9b44e29

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 = "detect";
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 = "detect";
5961
status = "disabled";
6062
dcache-alignment = <32>;
6163
mboxes = <&cpurad_bellboard 6>,

0 commit comments

Comments
 (0)