Skip to content

Commit abbe74d

Browse files
rmurphy-armwilldeacon
authored andcommitted
dt-bindings/perf: Add Arm NI-700 PMU
Add an initial binding for the Arm NI-700 interconnect PMU. As with the Arm CMN family, there are already future NI products on the roadmap, so the overall binding is named generically just in case any non-discoverable incompatibility between generations crops up. Cc: [email protected] Reviewed-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Robin Murphy <[email protected]> Link: https://lore.kernel.org/r/5f86237580219116de37e5e54d8b7eb0c9ed580d.1725470837.git.robin.murphy@arm.com Signed-off-by: Will Deacon <[email protected]>
1 parent f32efa3 commit abbe74d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
7+
title: Arm NI (Network-on-Chip Interconnect) Performance Monitors
8+
9+
maintainers:
10+
- Robin Murphy <[email protected]>
11+
12+
properties:
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+
25+
required:
26+
- compatible
27+
- reg
28+
- interrupts
29+
30+
additionalProperties: false

0 commit comments

Comments
 (0)