0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/mips/ingenic/devices.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Ingenic XBurst based Platforms Device Tree Bindings
0008
0009 maintainers:
0010 - 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
0011
0012 description:
0013 Devices with a Ingenic XBurst CPU shall have the following properties.
0014
0015 properties:
0016 $nodename:
0017 const: '/'
0018 compatible:
0019 oneOf:
0020
0021 - description: Qi Hardware Ben NanoNote
0022 items:
0023 - const: qi,lb60
0024 - const: ingenic,jz4740
0025
0026 - description: YLM RetroMini RS-90
0027 items:
0028 - const: ylm,rs90
0029 - const: ingenic,jz4725b
0030
0031 - description: Game Consoles Worldwide GCW Zero
0032 items:
0033 - const: gcw,zero
0034 - const: ingenic,jz4770
0035
0036 - description: MIPS Creator CI20
0037 items:
0038 - const: img,ci20
0039 - const: ingenic,jz4780
0040
0041 - description: YSH & ATIL General Board, CU1000 Module with Neo Backplane
0042 items:
0043 - const: yna,cu1000-neo
0044 - const: ingenic,x1000e
0045
0046 - description: YSH & ATIL General Board, CU1830 Module with Neo Backplane
0047 items:
0048 - const: yna,cu1830-neo
0049 - const: ingenic,x1830
0050
0051 - description: YSH & ATIL General Board, CU2000 Module with Neo Backplane
0052 items:
0053 - const: yna,cu2000-neo
0054 - const: ingenic,x2000e
0055
0056 additionalProperties: true
0057
0058 ...