1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/soc/sophgo/sophgo.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Sophgo SoC-based boards 8 9maintainers: 10 - Chao Wei <chao.wei@sophgo.com> 11 - Chen Wang <unicorn_wang@outlook.com> 12 13description: 14 Sophgo SoC-based boards 15 16properties: 17 $nodename: 18 const: '/' 19 compatible: 20 oneOf: 21 - items: 22 - enum: 23 - milkv,duo 24 - const: sophgo,cv1800b 25 - items: 26 - enum: 27 - sophgo,huashan-pi 28 - const: sophgo,cv1812h 29 - items: 30 - enum: 31 - milkv,duo-module-01-evb 32 - const: milkv,duo-module-01 33 - const: sophgo,sg2000 34 - items: 35 - enum: 36 - sipeed,licheerv-nano-b 37 - const: sipeed,licheerv-nano 38 - const: sophgo,sg2002 39 - items: 40 - enum: 41 - milkv,pioneer 42 - sophgo,sg2042-evb-v1 43 - sophgo,sg2042-evb-v2 44 - const: sophgo,sg2042 45 - items: 46 - enum: 47 - sophgo,srd3-10 48 - const: sophgo,sg2044 49 50additionalProperties: true 51 52... 53