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-or-later OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/realtek.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Realtek platforms device tree bindings
8
9maintainers:
10 - Andreas Färber <afaerber@suse.de>
11
12properties:
13 $nodename:
14 const: '/'
15 compatible:
16 oneOf:
17 # RTD1293 SoC based boards
18 - items:
19 - enum:
20 - synology,ds418j # Synology DiskStation DS418j
21 - const: realtek,rtd1293
22
23 # RTD1295 SoC based boards
24 - items:
25 - enum:
26 - mele,v9 # MeLE V9
27 - probox2,ava # ProBox2 AVA
28 - zidoo,x9s # Zidoo X9S
29 - const: realtek,rtd1295
30
31 # RTD1296 SoC based boards
32 - items:
33 - enum:
34 - synology,ds418 # Synology DiskStation DS418
35 - const: realtek,rtd1296
36...