brintos

brintos / linux-shallow public Read only

0
0
Text · 926 B · 985b629 Raw
40 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,coresight-pmu.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Arm Coresight Performance Monitoring Unit Architecture8 9maintainers:10  - Robin Murphy <robin.murphy@arm.com>11 12properties:13  compatible:14    const: arm,coresight-pmu15 16  reg:17    items:18      - description: Register page 019      - description: Register page 1, if the PMU implements the dual-page extension20    minItems: 121 22  interrupts:23    items:24      - description: Overflow interrupt25 26  cpus:27    description: If the PMU is associated with a particular CPU or subset of CPUs,28      array of phandles to the appropriate CPU node(s)29 30  reg-io-width:31    description: Granularity at which PMU register accesses are single-copy atomic32    default: 433    enum: [4, 8]34 35required:36  - compatible37  - reg38 39additionalProperties: false40