59 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/mips/ingenic/devices.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Ingenic XBurst based Platforms8 9maintainers:10 - 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>11 12description:13 Devices with a Ingenic XBurst CPU shall have the following properties.14 15properties:16 $nodename:17 const: '/'18 compatible:19 oneOf:20 21 - description: Qi Hardware Ben NanoNote22 items:23 - const: qi,lb6024 - const: ingenic,jz474025 26 - description: YLM RetroMini RS-9027 items:28 - const: ylm,rs9029 - const: ingenic,jz4725b30 31 - description: Game Consoles Worldwide GCW Zero32 items:33 - const: gcw,zero34 - const: ingenic,jz477035 36 - description: MIPS Creator CI2037 items:38 - const: img,ci2039 - const: ingenic,jz478040 41 - description: YSH & ATIL General Board, CU1000 Module with Neo Backplane42 items:43 - const: yna,cu1000-neo44 - const: ingenic,x1000e45 46 - description: YSH & ATIL General Board, CU1830 Module with Neo Backplane47 items:48 - const: yna,cu1830-neo49 - const: ingenic,x183050 51 - description: YSH & ATIL General Board, CU2000 Module with Neo Backplane52 items:53 - const: yna,cu2000-neo54 - const: ingenic,x2000e55 56additionalProperties: true57 58...59