xref: /linux/Documentation/devicetree/bindings/riscv/andes.yaml (revision 4df9c0a2465a523e399e46a8d3b5866c769b381b)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/riscv/andes.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Andes SoC-based boards
8
9maintainers:
10  - Ben Zong-You Xie <ben717@andestech.com>
11
12description:
13  Andes SoC-based boards
14
15properties:
16  $nodename:
17    const: '/'
18  compatible:
19    oneOf:
20      - items:
21          - enum:
22              - andestech,voyager
23          - const: andestech,qilai
24
25additionalProperties: true
26