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: YLM RetroMini RS-90 26 items: 27 - const: ylm,rs90 28 - const: ingenic,jz4725b 29 30 - description: Game Consoles Worldwide GCW Zero 31 items: 32 - const: gcw,zero 33 - const: ingenic,jz4770 34 35 - description: MIPS Creator CI20 36 items: 37 - const: img,ci20 38 - const: ingenic,jz4780 39 40 - description: YSH & ATIL General Board CU Neo 41 items: 42 - const: yna,cu1000-neo 43 - const: ingenic,x1000 44... 45