summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/realtek.yaml
blob: 3528b61963b4877cc9cea4c158a014aec38c0b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/realtek.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Realtek platforms device tree bindings

maintainers:
  - Andreas Färber <afaerber@suse.de>

properties:
  $nodename:
    const: '/'
  compatible:
    # RTD1295 SoC based boards
    items:
      - enum:
          - mele,v9
          - probox2,ava
          - zidoo,x9s
      - const: realtek,rtd1295
...