7ca59d7bfe
This driver is built on top of the IVSHMEM doorbell notification mechanism providing an unified way to generate inter VM interrupts. Signed-off-by: Felipe Neves <felipe.neves@linaro.org>
16 lines
274 B
YAML
16 lines
274 B
YAML
# Copyright (c) 2023 Linaro
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Inter processor message based on IVSHMEM
|
|
|
|
compatible: "linaro,ivshmem-ipm"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
|
|
ivshmem:
|
|
type: phandle
|
|
required: true
|
|
description: ivshmem device node
|