19 lines
454 B
YAML
19 lines
454 B
YAML
# Copyright (c) 2024 Texas Instruments Incorporated
|
|
# Andrew Davis <afd@ti.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Inter-Processor-Message to Mailbox adaptor driver
|
|
|
|
compatible: "zephyr,mbox-ipm"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
mboxes:
|
|
description: phandle to the MBOX controller (TX and RX are required)
|
|
required: true
|
|
|
|
mbox-names:
|
|
description: MBOX channel names (must be called "tx" and "rx")
|
|
required: true
|