sifive.yaml 729 B

1234567891011121314151617181920212223242526272829303132333435
  1. # SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/riscv/sifive.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: SiFive SoC-based boards
  7. maintainers:
  8. - Paul Walmsley <paul.walmsley@sifive.com>
  9. - Palmer Dabbelt <palmer@sifive.com>
  10. description:
  11. SiFive SoC-based boards
  12. properties:
  13. $nodename:
  14. const: '/'
  15. compatible:
  16. oneOf:
  17. - items:
  18. - enum:
  19. - sifive,hifive-unleashed-a00
  20. - const: sifive,fu540-c000
  21. - const: sifive,fu540
  22. - items:
  23. - enum:
  24. - sifive,hifive-unmatched-a00
  25. - const: sifive,fu740-c000
  26. - const: sifive,fu740
  27. additionalProperties: true
  28. ...