1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/mips/ingenic/devices.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Ingenic XBurst based Platforms Device Tree Bindings
8
9maintainers:
10  - 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
11description: |
12  Devices with a Ingenic XBurst CPU shall have the following properties.
13
14properties:
15  $nodename:
16    const: '/'
17  compatible:
18    oneOf:
19
20      - description: Qi Hardware Ben NanoNote
21        items:
22          - const: qi,lb60
23
24      - description: Game Consoles Worldwide GCW Zero
25        items:
26          - const: gcw,zero
27
28      - description: MIPS Creator CI20
29        items:
30          - const: img,ci20
31
32      - description: YSH & ATIL General Board CU Neo
33        items:
34          - const: yna,cu1000-neo
35...
36