treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / realtek.yaml
blobab59de17152da03747f305c8ce623a6b7d53d02e
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#
7 title: Realtek platforms device tree bindings
9 maintainers:
10   - Andreas Färber <afaerber@suse.de>
12 properties:
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
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
31       # RTD1296 SoC based boards
32       - items:
33           - enum:
34               - synology,ds418 # Synology DiskStation DS418
35           - const: realtek,rtd1296
36 ...