Skip to content

Commit

Permalink
dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor
Browse files Browse the repository at this point in the history
Add binding documentation for the imx8qxp DDR performance monitor unit.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
[will: Removed trailing newline]
Signed-off-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
Frank Li authored and Will Deacon committed Jun 13, 2019
1 parent f2c7c76 commit 2b37c1c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Documentation/devicetree/bindings/perf/fsl-imx-ddr.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
* Freescale(NXP) IMX8 DDR performance monitor

Required properties:

- compatible: should be one of:
"fsl,imx8-ddr-pmu"
"fsl,imx8m-ddr-pmu"

- reg: physical address and size

- interrupts: single interrupt
generated by the control block

Example:

ddr-pmu@5c020000 {
compatible = "fsl,imx8-ddr-pmu";
reg = <0x5c020000 0x10000>;
interrupt-parent = <&gic>;
interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
};

0 comments on commit 2b37c1c

Please sign in to comment.