Lines Matching +full:virtio +full:- +full:device
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
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
18 const: virtio,mmio
26 '#iommu-cells':
27 description: Required when the node corresponds to a virtio-iommu device.
35 - compatible
36 - reg
37 - interrupts
43 - |
44 virtio@3000 {
45 compatible = "virtio,mmio";
49 /* Device has endpoint ID 23 */
54 compatible = "virtio,mmio";
58 #iommu-cells = <1>;