diff options
| author | Peng Fan <peng.fan@nxp.com> | 2022-08-31 17:25:50 +0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2022-09-17 11:34:27 +0300 |
| commit | ed4b58fa5ae715548e9898b475709decc0e1af7b (patch) | |
| tree | 5a275b6139c0063241c808f82123200e569fa55c | |
| parent | b2ca63697b0d9b42d9121a57ebe2c07c314f3aeb (diff) | |
| download | linux-ed4b58fa5ae715548e9898b475709decc0e1af7b.tar.xz | |
arm64: dts: imx8ulp: add pmu node
Add i.MX8ULP pmu node
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi index 7a88d7016b49..feb58e68a9f8 100644 --- a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi @@ -63,6 +63,14 @@ 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"; |
