Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / perf / fsl-imx-ddr.txt
1 * Freescale(NXP) IMX8 DDR performance monitor
2
3 Required properties:
4
5 - compatible: should be one of:
6         "fsl,imx8-ddr-pmu"
7         "fsl,imx8m-ddr-pmu"
8
9 - reg: physical address and size
10
11 - interrupts: single interrupt
12         generated by the control block
13
14 Example:
15
16         ddr-pmu@5c020000 {
17                 compatible = "fsl,imx8-ddr-pmu";
18                 reg = <0x5c020000 0x10000>;
19                 interrupt-parent = <&gic>;
20                 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
21         };