31 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---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 Monitors8 9maintainers:10 - Robin Murphy <robin.murphy@arm.com>11 12properties:13 compatible:14 const: arm,ni-70015 16 reg:17 items:18 - description: Complete configuration register space19 20 interrupts:21 minItems: 122 maxItems: 3223 description: Overflow interrupts, one per clock domain, in order of domain ID24 25required:26 - compatible27 - reg28 - interrupts29 30additionalProperties: false31