starfive.yaml 831 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/riscv/starfive.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: StarFive SoC-based boards
  7. maintainers:
  8. - Michael Zhu <michael.zhu@starfivetech.com>
  9. - Drew Fustini <drew@beagleboard.org>
  10. description:
  11. StarFive SoC-based boards
  12. properties:
  13. $nodename:
  14. const: '/'
  15. compatible:
  16. oneOf:
  17. - items:
  18. - enum:
  19. - beagle,beaglev-starlight-jh7100-r0
  20. - starfive,visionfive-v1
  21. - const: starfive,jh7100
  22. - items:
  23. - enum:
  24. - milkv,mars
  25. - pine64,star64
  26. - starfive,visionfive-2-v1.2a
  27. - starfive,visionfive-2-v1.3b
  28. - const: starfive,jh7110
  29. additionalProperties: true
  30. ...