arm,ni.yaml 634 B

123456789101112131415161718192021222324252627282930
  1. # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/perf/arm,ni.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Arm NI (Network-on-Chip Interconnect) Performance Monitors
  7. maintainers:
  8. - Robin Murphy <robin.murphy@arm.com>
  9. properties:
  10. compatible:
  11. const: arm,ni-700
  12. reg:
  13. items:
  14. - description: Complete configuration register space
  15. interrupts:
  16. minItems: 1
  17. maxItems: 32
  18. description: Overflow interrupts, one per clock domain, in order of domain ID
  19. required:
  20. - compatible
  21. - reg
  22. - interrupts
  23. additionalProperties: false