1 ===============================
2 C-SKY Performance Monitor Units
3 ===============================
5 C-SKY Performance Monitor is designed for ck807/ck810/ck860 SMP soc and
6 it could count cpu's events for helping analysis performance issues.
8 ============================
9 PMU node bindings definition
10 ============================
12 Description: Describes PMU
19 Definition: must be "csky,csky-pmu"
22 Value type: <u32 IRQ_TYPE_XXX>
23 Definition: must be pmu irq num defined by soc
27 Definition: the width of pmu counter
31 #include <dt-bindings/interrupt-controller/irq.h>
33 pmu: performace-monitor {
34 compatible = "csky,csky-pmu";
35 interrupts = <23 IRQ_TYPE_EDGE_RISING>;
36 interrupt-parent = <&intc>;