devices.yaml 1.4 KB

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