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