Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / riscv / starfive.yaml
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/riscv/starfive.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: StarFive SoC-based boards
8
9 maintainers:
10   - Michael Zhu <michael.zhu@starfivetech.com>
11   - Drew Fustini <drew@beagleboard.org>
12
13 description:
14   StarFive SoC-based boards
15
16 properties:
17   $nodename:
18     const: '/'
19   compatible:
20     oneOf:
21       - items:
22           - const: beagle,beaglev-starlight-jh7100-r0
23           - const: starfive,jh7100
24
25 additionalProperties: true
26
27 ...