1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/virtio/mmio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: virtio memory mapped devices
10 - Jean-Philippe Brucker <jean-philippe@linaro.org>
13 See https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio for
29 description: Required when the node corresponds to a virtio-iommu device.
33 description: Required for devices making accesses thru an IOMMU.
38 description: Required for setting irq of a virtio_mmio device as wakeup source.
51 compatible = "virtio,mmio";
55 /* Device has endpoint ID 23 */
56 iommus = <&viommu 23>;
60 compatible = "virtio,mmio";