The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/mips/ingenic/devices.yaml

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.