mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
Add compatible string for the Sophgo SG2044 SoC and the SRD3-10 board. Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Chen Wang <unicorn_wang@outlook.com> Link: https://lore.kernel.org/r/20250413223507.46480-10-inochiama@gmail.com Signed-off-by: Inochi Amaoto <inochiama@gmail.com> Signed-off-by: Chen Wang <unicorn_wang@outlook.com> Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
46 lines
974 B
YAML
46 lines
974 B
YAML
# 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
|
|
|
|
...
|