thead.yaml (2612e3bbc0386368a850140a6c9b990cd496a5ec) thead.yaml (d19c10d5b95ab6a30acde6d2bdb7ab915971563b)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/riscv/thead.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: T-HEAD SoC-based boards
8
9maintainers:
10 - Jisheng Zhang <jszhang@kernel.org>
11
12description:
13 T-HEAD SoC-based boards
14
15properties:
16 $nodename:
17 const: '/'
18 compatible:
19 oneOf:
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/riscv/thead.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: T-HEAD SoC-based boards
8
9maintainers:
10 - Jisheng Zhang <jszhang@kernel.org>
11
12description:
13 T-HEAD SoC-based boards
14
15properties:
16 $nodename:
17 const: '/'
18 compatible:
19 oneOf:
20 - description: BeagleV Ahead single board computer
21 items:
22 - const: beagle,beaglev-ahead
23 - const: thead,th1520
20 - description: Sipeed Lichee Pi 4A board for the Sipeed Lichee Module 4A
21 items:
22 - enum:
23 - sipeed,lichee-pi-4a
24 - const: sipeed,lichee-module-4a
25 - const: thead,th1520
26
27additionalProperties: true
28
29...
24 - description: Sipeed Lichee Pi 4A board for the Sipeed Lichee Module 4A
25 items:
26 - enum:
27 - sipeed,lichee-pi-4a
28 - const: sipeed,lichee-module-4a
29 - const: thead,th1520
30
31additionalProperties: true
32
33...