treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / perf / nds32v3-pmu.txt
blob1bd15785b4ae44c85be4fa9341f2cf52909757da
1 * NDS32 Performance Monitor Units
3 NDS32 core have a PMU for counting cpu and cache events like cache misses.
4 The NDS32 PMU representation in the device tree should be done as under:
6 Required properties:
8 - compatible :
9         "andestech,nds32v3-pmu"
11 - interrupts : The interrupt number for NDS32 PMU is 13.
13 Example:
14 pmu{
15         compatible = "andestech,nds32v3-pmu";
16         interrupts = <13>;