mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
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:
parent
6fdaf3b183
commit
289948aa70
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user