1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/cix.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: CIX platforms 8 9maintainers: 10 - Peter Chen <peter.chen@cixtech.com> 11 - Fugang Duan <fugang.duan@cixtech.com> 12 13properties: 14 $nodename: 15 const: '/' 16 compatible: 17 oneOf: 18 19 - description: Sky1 based boards 20 items: 21 - enum: 22 - radxa,orion-o6 # Radxa Orion O6 board 23 - xunlong,orangepi-6-plus # Xunlong orangepi 6 plus board 24 - const: cix,sky1 25 26additionalProperties: true 27 28... 29