dts: boards: stm32h562: add timer 8

TIM8 was missing from the dts board file. This is one of the
advandaced-control timers on the STM32H562xx/STM32H563xx processors.

Signed-off-by: Omeed Baboli <omeedbaboli@gmail.com>
This commit is contained in:
Omeed Baboli 2025-01-03 22:19:36 +00:00 committed by Benjamin Cabé
parent 1d5447d32b
commit f9e4bc3af2

View file

@ -329,6 +329,22 @@
};
};
timers8: timers@40013400 {
compatible = "st,stm32-timers";
reg = <0x40013400 0x400>;
clocks = <&rcc STM32_CLOCK(APB2, 13)>;
resets = <&rctl STM32_RESET(APB2, 13)>;
interrupts = <65 0>, <66 0>, <67 0>, <68 0>;
interrupt-names = "brk", "up", "trgcom", "cc";
status = "disabled";
pwm {
compatible = "st,stm32-pwm";
status = "disabled";
#pwm-cells = <3>;
};
};
timers12: timers@40001800 {
compatible = "st,stm32-timers";
reg = <0x40001800 0x400>;