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:
parent
1d5447d32b
commit
f9e4bc3af2
1 changed files with 16 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue