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