arm64: dts: s32g274-rd2: Enable the STM timers

Enable the timers STM0 -> STM3 on the s32g274-rd2

The platform has 4 CPUs, and the Linux STM timer driver is
instantiated per CPU.  Enable 4 STM timers that can be used as
replacements for the ARM architected timers.  The remaining STM timers
are not useful to the Linux kernel and provide no benefit, so they are
left disabled.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
Cc: Thomas Fossati <thomas.fossati@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Daniel Lezcano 2025-07-31 16:01:35 +02:00 committed by Shawn Guo
parent 0f03b751b9
commit 6aa892c0f1

View File

@ -40,6 +40,22 @@ &uart1 {
status = "okay";
};
&stm0 {
status = "okay";
};
&stm1 {
status = "okay";
};
&stm2 {
status = "okay";
};
&stm3 {
status = "okay";
};
&usdhc0 {
pinctrl-names = "default", "state_100mhz", "state_200mhz";
pinctrl-0 = <&pinctrl_usdhc0>;