| 
     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 
    7 title: Ingenic XBurst based Platforms Device Tree Bindings
    8 
    9 maintainers:
   10   - 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
   11 
   12 description:
   13   Devices with a Ingenic XBurst CPU shall have the following properties.
   14 
   15 properties:
   16   $nodename:
   17     const: '/'
   18   compatible:
   19     oneOf:
   20 
   21       - description: Qi Hardware Ben NanoNote
   22         items:
   23           - const: qi,lb60
   24           - const: ingenic,jz4740
   25 
   26       - description: YLM RetroMini RS-90
   27         items:
   28           - const: ylm,rs90
   29           - const: ingenic,jz4725b
   30 
   31       - description: Game Consoles Worldwide GCW Zero
   32         items:
   33           - const: gcw,zero
   34           - const: ingenic,jz4770
   35 
   36       - description: MIPS Creator CI20
   37         items:
   38           - const: img,ci20
   39           - const: ingenic,jz4780
   40 
   41       - description: YSH & ATIL General Board, CU1000 Module with Neo Backplane
   42         items:
   43           - const: yna,cu1000-neo
   44           - const: ingenic,x1000e
   45 
   46       - description: YSH & ATIL General Board, CU1830 Module with Neo Backplane
   47         items:
   48           - const: yna,cu1830-neo
   49           - const: ingenic,x1830
   50 
   51       - description: YSH & ATIL General Board, CU2000 Module with Neo Backplane
   52         items:
   53           - const: yna,cu2000-neo
   54           - const: ingenic,x2000e
   55 
   56 additionalProperties: true
   57 
   58 ...
Cache object: f5d14bd0ed4cd85faea78fc01c817e2d 
 
 |