xref: /linux/Documentation/devicetree/bindings/mips/ingenic/devices.yaml (revision 6870112c46c867f50cd27570860a05bd82614b5c)
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          - const: ingenic,jz4740
24
25      - description: Game Consoles Worldwide GCW Zero
26        items:
27          - const: gcw,zero
28          - const: ingenic,jz4770
29
30      - description: MIPS Creator CI20
31        items:
32          - const: img,ci20
33          - const: ingenic,jz4780
34
35      - description: YSH & ATIL General Board CU Neo
36        items:
37          - const: yna,cu1000-neo
38          - const: ingenic,x1000
39...
40