Lines Matching +full:tx +full:- +full:region
4 # SPDX-License-Identifier: Apache-2.0
9 compatible: "zephyr,ipc-icmsg"
14 tx-region:
15 description: phandle to the shared memory region used for data transmission
19 rx-region:
20 description: phandle to the shared memory region used for data reception
24 dcache-alignment:
28 rx-region/tx-region this property must be the biggest value of the
29 invalidation or the write-back size for both sides of the communication.
34 Side B: 32 Bytes write-back size, 16 Bytes invalidation size
35 dcache-alignment = <32>; for both
38 description: phandle to the MBOX controller (TX and RX are required)
41 mbox-names:
42 description: MBOX channel names (must be called "tx" and "rx")