Skip to content

Commit 0f522ef

Browse files
author
Marc Zyngier
committed
arm64: dts: apple: Add t8303 PMU nodes
Advertise the two PMU nodes for the t8103 SoC. Reviewed-by: Hector Martin <marcan@marcan.st> Signed-off-by: Marc Zyngier <maz@kernel.org>
1 parent 1852e22 commit 0f522ef

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t8103.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,18 @@
9797
<AIC_FIQ AIC_TMR_HV_VIRT IRQ_TYPE_LEVEL_HIGH>;
9898
};
9999

100+
pmu-e {
101+
compatible = "apple,icestorm-pmu";
102+
interrupt-parent = <&aic>;
103+
interrupts = <AIC_FIQ AIC_CPU_PMU_E IRQ_TYPE_LEVEL_HIGH>;
104+
};
105+
106+
pmu-p {
107+
compatible = "apple,firestorm-pmu";
108+
interrupt-parent = <&aic>;
109+
interrupts = <AIC_FIQ AIC_CPU_PMU_P IRQ_TYPE_LEVEL_HIGH>;
110+
};
111+
100112
clkref: clock-ref {
101113
compatible = "fixed-clock";
102114
#clock-cells = <0>;

0 commit comments

Comments
 (0)