1# 2# Copyright (c) 2023 Nordic Semiconductor ASA 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7description: Inter-core messaging backend with dynamically allocated buffers 8 9compatible: "zephyr,ipc-icbmsg" 10 11include: zephyr,ipc-icmsg.yaml 12 13properties: 14 tx-blocks: 15 description: number of allocable TX blocks 16 required: true 17 type: int 18 19 rx-blocks: 20 description: number of allocable RX blocks 21 required: true 22 type: int 23