blob: d1bd4add515a560ab8bc25b4b2858580e369ed1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
ARM PMU based bandwidth monitor device
armbw-pm is a device that represents the use of the PMU present in ARM cores
to measure the bandwidth of bus access traffic from the cores.
Required properties:
- compatible: Must be "qcom,armbw-pm"
- interrupts: Lists the required interrupt settings
- qcom,bytes-per-beat: The number of bytes present in each access
Example:
qcom,armbw-pm {
compatible = "qcom,armbw-pm";
interrupts = <1 7 0xF1>;
qcom,bytes-per-beat = <16>;
};
|