Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/riscv/spacemit.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: SpacemiT SoC-based boards
8
9maintainers:
10 - Guodong Xu <guodong@riscstar.com>
11 - Yangyu Chen <cyy@cyyself.name>
12 - Yixun Lan <dlan@gentoo.org>
13
14description:
15 SpacemiT SoC-based boards
16
17properties:
18 $nodename:
19 const: '/'
20 compatible:
21 oneOf:
22 - items:
23 - enum:
24 - bananapi,bpi-f3
25 - milkv,jupiter
26 - spacemit,musepi-pro
27 - xunlong,orangepi-r2s
28 - xunlong,orangepi-rv2
29 - const: spacemit,k1
30 - items:
31 - enum:
32 - spacemit,k3-pico-itx
33 - const: spacemit,k3
34
35additionalProperties: true
36
37...