/* * Copyright (c) 2022 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ ipc0: ipc0 { compatible = "zephyr,ipc-icbmsg"; status = "okay"; mboxes = <&mbox 0>, <&mbox 1>; mbox-names = "tx", "rx"; tx-region = <&cpuapp_cpunet_ipc_shm>; rx-region = <&cpunet_cpuapp_ipc_shm>; tx-blocks = <32>; rx-blocks = <32>; bt_hci_ipc0: bt_hci_ipc0 { compatible = "zephyr,bt-hci-ipc"; status = "okay"; }; };