1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/riscv/anlogic.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Anlogic SoC-based boards 8 9maintainers: 10 - Junhui Liu <junhui.liu@pigmoral.tech> 11 12description: 13 Anlogic SoC-based boards 14 15properties: 16 $nodename: 17 const: '/' 18 compatible: 19 oneOf: 20 - items: 21 - enum: 22 - milianke,mlkpai-fs01 23 - const: anlogic,dr1v90 24 25additionalProperties: true 26 27... 28