Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/linux,dummy-virt.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: QEMU virt machine
0008 
0009 maintainers:
0010   - Rob Herring <robh@kernel.org>
0011 
0012 properties:
0013   $nodename:
0014     const: "/"
0015   compatible:
0016     const: linux,dummy-virt
0017 
0018 additionalProperties: true
0019 
0020 ...