xref: /linux/Documentation/devicetree/bindings/arm/vt8500.yaml (revision e7e86d7697c6ed1dbbde18d7185c35b6967945ed)
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/vt8500.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: VIA/Wondermedia VT8500 Platforms
8
9maintainers:
10  - Alexey Charkov <alchark@gmail.com>
11
12properties:
13  $nodename:
14    const: '/'
15  compatible:
16    oneOf:
17      - enum:
18          - via,vt8500
19          - wm,wm8505
20          - wm,wm8650
21          - wm,wm8750
22          - wm,wm8850
23
24      - description: VIA APC Rock and Paper boards
25        items:
26          - const: via,apc-rock
27          - const: wm,wm8950
28
29additionalProperties: true
30