1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/riscv/sophg 4 $id: http://devicetree.org/schemas/riscv/sophgo.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Sophgo SoC-based boards 7 title: Sophgo SoC-based boards 8 8 9 maintainers: 9 maintainers: 10 - Chao Wei <chao.wei@sophgo.com> 10 - Chao Wei <chao.wei@sophgo.com> 11 - Chen Wang <unicorn_wang@outlook.com> 11 - Chen Wang <unicorn_wang@outlook.com> 12 12 13 description: 13 description: 14 Sophgo SoC-based boards 14 Sophgo SoC-based boards 15 15 16 properties: 16 properties: 17 $nodename: 17 $nodename: 18 const: '/' 18 const: '/' 19 compatible: 19 compatible: 20 oneOf: 20 oneOf: 21 - items: 21 - items: 22 - enum: 22 - enum: 23 - milkv,duo 23 - milkv,duo 24 - const: sophgo,cv1800b 24 - const: sophgo,cv1800b 25 - items: 25 - items: 26 - enum: 26 - enum: 27 - sophgo,huashan-pi 27 - sophgo,huashan-pi 28 - const: sophgo,cv1812h 28 - const: sophgo,cv1812h 29 - items: 29 - items: 30 - enum: 30 - enum: 31 - sipeed,licheerv-nano-b 31 - sipeed,licheerv-nano-b 32 - const: sipeed,licheerv-nano 32 - const: sipeed,licheerv-nano 33 - const: sophgo,sg2002 33 - const: sophgo,sg2002 34 - items: 34 - items: 35 - enum: 35 - enum: 36 - milkv,pioneer 36 - milkv,pioneer 37 - const: sophgo,sg2042 37 - const: sophgo,sg2042 38 38 39 additionalProperties: true 39 additionalProperties: true 40 40 41 ... 41 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.