arm64: dts: imx8ulp: add pmu node
authorPeng Fan <peng.fan@nxp.com>
Wed, 31 Aug 2022 14:25:50 +0000 (22:25 +0800)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Sep 2022 08:34:27 +0000 (16:34 +0800)
Add i.MX8ULP pmu node

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8ulp.dtsi

index 7a88d7016b498e91f4cb5dda94fac166073b8f16..feb58e68a9f85db35b7ff4494f77464a0773fff1 100644 (file)
                interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
        };
 
+       pmu {
+               compatible = "arm,cortex-a35-pmu";
+               interrupt-parent = <&gic>;
+               interrupts = <GIC_PPI 7
+                            (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
+               interrupt-affinity = <&A35_0>, <&A35_1>;
+       };
+
        psci {
                compatible = "arm,psci-1.0";
                method = "smc";