xref: /linux/Documentation/devicetree/bindings/perf/arm,ni.yaml (revision 06a130e42a5bfc84795464bff023bff4c16f58c5)
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
7title: Arm NI (Network-on-Chip Interconnect) Performance Monitors
8
9maintainers:
10  - Robin Murphy <robin.murphy@arm.com>
11
12properties:
13  compatible:
14    const: arm,ni-700
15
16  reg:
17    items:
18      - description: Complete configuration register space
19
20  interrupts:
21    minItems: 1
22    maxItems: 32
23    description: Overflow interrupts, one per clock domain, in order of domain ID
24
25required:
26  - compatible
27  - reg
28  - interrupts
29
30additionalProperties: false
31