aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXu Yang <[email protected]>2024-08-05 16:14:15 -0400
committerShawn Guo <[email protected]>2024-08-13 15:30:49 +0800
commitabfd53a708ff8f63fb0d67424808c55c3f9ac3de (patch)
tree3d21f7bb623dbcc2f0b7cbc9b3f73358fad014b8
parent1573f6a201be9fb915c5ac7dab60b8fd9724e47e (diff)
arm64: dts: imx95: add DDR Perf Monitor node
Add DDR Perf Monitor for i.MX95. Signed-off-by: Xu Yang <[email protected]> Reviewed-by: Peng Fan <[email protected]> Signed-off-by: Frank Li <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm64/boot/dts/freescale/imx95.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
index 4e3e79da9b78..3f41f728fcd4 100644
--- a/arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
@@ -1550,5 +1550,11 @@
dma-names = "rx", "tx";
status = "disabled";
};
+
+ ddr-pmu@4e090dc0 {
+ compatible = "fsl,imx95-ddr-pmu", "fsl,imx93-ddr-pmu";
+ reg = <0x0 0x4e090dc0 0x0 0x200>;
+ interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
+ };
};
};