xref: /linux/Documentation/devicetree/bindings/arm/realtek.yaml (revision 7c070e9a2352714c2c2dd924b46afd43841767a1)
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      # RTD1195 SoC based boards
18      - items:
19          - enum:
20              - mele,x1000 # MeLE X1000
21          - const: realtek,rtd1195
22
23      # RTD1293 SoC based boards
24      - items:
25          - enum:
26              - synology,ds418j # Synology DiskStation DS418j
27          - const: realtek,rtd1293
28
29      # RTD1295 SoC based boards
30      - items:
31          - enum:
32              - mele,v9 # MeLE V9
33              - probox2,ava # ProBox2 AVA
34              - zidoo,x9s # Zidoo X9S
35          - const: realtek,rtd1295
36
37      # RTD1296 SoC based boards
38      - items:
39          - enum:
40              - synology,ds418 # Synology DiskStation DS418
41          - const: realtek,rtd1296
42...
43