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