You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
511 B
22 lines
511 B
# Copyright (c) 2025 Nordic Semiconductor ASA |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
description: IPC configuration for Nordic IronSide calls |
|
|
|
compatible: "nordic,ironside-call" |
|
|
|
include: base.yaml |
|
|
|
properties: |
|
memory-region: |
|
type: phandle |
|
required: true |
|
description: phandle to shared memory region |
|
|
|
mboxes: |
|
required: true |
|
description: MBOX channel specifiers (TX and RX are required) |
|
|
|
mbox-names: |
|
required: true |
|
description: MBOX channel names (must be called "tx" and "rx")
|
|
|