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/eswin.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: ESWIN SoC-based boards
8
9maintainers:
10 - Min Lin <linmin@eswincomputing.com>
11 - Pinkesh Vaghela <pinkesh.vaghela@einfochips.com>
12 - Pritesh Patel <pritesh.patel@einfochips.com>
13
14description:
15 ESWIN SoC-based boards
16
17properties:
18 $nodename:
19 const: '/'
20 compatible:
21 oneOf:
22 - items:
23 - enum:
24 - sifive,hifive-premier-p550
25 - const: eswin,eic7700
26
27additionalProperties: true
28
29...