1# Copyright (c) 2024 Texas Instruments Incorporated 2# Andrew Davis <afd@ti.com> 3# SPDX-License-Identifier: Apache-2.0 4 5description: Inter-Processor-Message to Mailbox adaptor driver 6 7compatible: "zephyr,mbox-ipm" 8 9include: base.yaml 10 11properties: 12 mboxes: 13 description: phandle to the MBOX controller (TX and RX are required) 14 required: true 15 16 mbox-names: 17 description: MBOX channel names (must be called "tx" and "rx") 18 required: true 19