diff options
Diffstat (limited to 'Documentation/devicetree/bindings/riscv/sophgo.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/riscv/sophgo.yaml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/Documentation/devicetree/bindings/riscv/sophgo.yaml b/Documentation/devicetree/bindings/riscv/sophgo.yaml deleted file mode 100644 index b4c4d7a7d7ad..000000000000 --- a/Documentation/devicetree/bindings/riscv/sophgo.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) -%YAML 1.2 ---- -$id: http://devicetree.org/schemas/riscv/sophgo.yaml# -$schema: http://devicetree.org/meta-schemas/core.yaml# - -title: Sophgo SoC-based boards - -maintainers: - - Chao Wei <chao.wei@sophgo.com> - - Chen Wang <unicorn_wang@outlook.com> - -description: - Sophgo SoC-based boards - -properties: - $nodename: - const: '/' - compatible: - oneOf: - - items: - - enum: - - milkv,duo - - const: sophgo,cv1800b - - items: - - enum: - - sophgo,huashan-pi - - const: sophgo,cv1812h - - items: - - enum: - - sipeed,licheerv-nano-b - - const: sipeed,licheerv-nano - - const: sophgo,sg2002 - - items: - - enum: - - milkv,pioneer - - const: sophgo,sg2042 - - items: - - enum: - - sophgo,srd3-10 - - const: sophgo,sg2044 - -additionalProperties: true - -... |