Skip to content

Commit 37de812

Browse files
committed
dt-bindings: Add QEMU virt machine compatible
The top level QEMU virt machine compatible, linux,dummy-virt, has been in use for a long time, but never documented. Add a schema for it. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20220310021224.599398-1-robh@kernel.org
1 parent 1d9a770 commit 37de812

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/linux,dummy-virt.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: QEMU virt machine
8+
9+
maintainers:
10+
- Rob Herring <robh@kernel.org>
11+
12+
properties:
13+
$nodename:
14+
const: "/"
15+
compatible:
16+
const: linux,dummy-virt
17+
18+
additionalProperties: true
19+
20+
...

0 commit comments

Comments
 (0)