Path: blob/main/sys/contrib/device-tree/Bindings/arm/arm-dsu-pmu.txt
48375 views
* ARM DynamIQ Shared Unit (DSU) Performance Monitor Unit (PMU)12ARM DyanmIQ Shared Unit (DSU) integrates one or more CPU cores3with a shared L3 memory system, control logic and external interfaces to4form a multicore cluster. The PMU enables to gather various statistics on5the operations of the DSU. The PMU provides independent 32bit counters that6can count any of the supported events, along with a 64bit cycle counter.7The PMU is accessed via CPU system registers and has no MMIO component.89** DSU PMU required properties:1011- compatible : should be one of :1213"arm,dsu-pmu"1415- interrupts : Exactly 1 SPI must be listed.1617- cpus : List of phandles for the CPUs connected to this DSU instance.181920** Example:2122dsu-pmu-0 {23compatible = "arm,dsu-pmu";24interrupts = <GIC_SPI 02 IRQ_TYPE_LEVEL_HIGH>;25cpus = <&cpu_0>, <&cpu_1>;26};272829