Skip to content

Commit 89b0186

Browse files
xhackerustcConchuOD
authored andcommitted
dt-bindings: riscv: Add T-HEAD TH1520 board compatibles
Several SoMs and boards are available that feature the T-HEAD TH1520 SoC. Document the compatible strings. Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 413c24b commit 89b0186

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
7+
title: T-HEAD SoC-based boards
8+
9+
maintainers:
10+
- Jisheng Zhang <jszhang@kernel.org>
11+
12+
description:
13+
T-HEAD SoC-based boards
14+
15+
properties:
16+
$nodename:
17+
const: '/'
18+
compatible:
19+
oneOf:
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+
27+
additionalProperties: true
28+
29+
...

0 commit comments

Comments
 (0)