arm64: dts: imx95: Add System Counter node

Add System Counter node to support cpuidle when arm generic timer stops

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Peng Fan 2025-08-18 09:25:32 +08:00 committed by Shawn Guo
parent 6fdaf3b183
commit 289948aa70

View File

@ -1260,6 +1260,15 @@ mu1: mailbox@44220000 {
status = "disabled";
};
system_counter: timer@44290000 {
compatible = "nxp,imx95-sysctr-timer";
reg = <0x44290000 0x30000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&osc_24m>;
clock-names = "per";
nxp,no-divider;
};
tpm1: pwm@44310000 {
compatible = "fsl,imx7ulp-pwm";
reg = <0x44310000 0x1000>;