Commit b3f6a5f2 authored by Carlo Caione's avatar Carlo Caione Committed by Shawn Guo

arm64: dts: imx8mq: Add ARM PMU node

Add the node for the ARM Performance Monitor Units.
Signed-off-by: default avatarCarlo Caione <ccaione@baylibre.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3ea95c31
...@@ -120,6 +120,13 @@ A53_L2: l2-cache0 { ...@@ -120,6 +120,13 @@ A53_L2: l2-cache0 {
}; };
}; };
pmu {
compatible = "arm,cortex-a53-pmu";
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&gic>;
interrupt-affinity = <&A53_0>, <&A53_1>, <&A53_2>, <&A53_3>;
};
psci { psci {
compatible = "arm,psci-1.0"; compatible = "arm,psci-1.0";
method = "smc"; method = "smc";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment