[PATCH v8 18/21] arm64: dts: apple: t8010: Add CPU PMU nodes
From: Nick Chan
Date: Mon Aug 11 2025 - 10:01:39 EST
Add CPU PMU nodes for Apple A10 SoC.
Signed-off-by: Nick Chan <towinchenmi@xxxxxxxxx>
---
arch/arm64/boot/dts/apple/t8010.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/apple/t8010.dtsi b/arch/arm64/boot/dts/apple/t8010.dtsi
index b961d4f65bc379da3b215ca76d5f68691df06f4d..d187fbf7e7a214cbbc1027034efd0724ef7f8b83 100644
--- a/arch/arm64/boot/dts/apple/t8010.dtsi
+++ b/arch/arm64/boot/dts/apple/t8010.dtsi
@@ -256,6 +256,14 @@ timer {
interrupts = <AIC_FIQ AIC_TMR_GUEST_PHYS IRQ_TYPE_LEVEL_HIGH>,
<AIC_FIQ AIC_TMR_GUEST_VIRT IRQ_TYPE_LEVEL_HIGH>;
};
+
+ pmu {
+ compatible = "apple,fusion-pmu";
+ interrupt-parent = <&aic>;
+ interrupts = <AIC_IRQ 83 IRQ_TYPE_LEVEL_HIGH>,
+ <AIC_IRQ 86 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-affinity = <&cpu0 &cpu1>;
+ };
};
#include "t8010-pmgr.dtsi"
--
2.50.1