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: Radxa Orion O6 20 items: 21 - const: radxa,orion-o6 22 - const: cix,sky1 23 24additionalProperties: true 25 26... 27