34 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/riscv/thead.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: T-HEAD SoC-based boards8 9maintainers:10 - Jisheng Zhang <jszhang@kernel.org>11 12description:13 T-HEAD SoC-based boards14 15properties:16 $nodename:17 const: '/'18 compatible:19 oneOf:20 - description: BeagleV Ahead single board computer21 items:22 - const: beagle,beaglev-ahead23 - const: thead,th152024 - description: Sipeed Lichee Pi 4A board for the Sipeed Lichee Module 4A25 items:26 - enum:27 - sipeed,lichee-pi-4a28 - const: sipeed,lichee-module-4a29 - const: thead,th152030 31additionalProperties: true32 33...34