Skip to content

Commit f9e4bc3

Browse files
obabolikartben
authored andcommitted
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 <[email protected]>
1 parent 1d5447d commit f9e4bc3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dts/arm/st/h5/stm32h562.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,22 @@
329329
};
330330
};
331331

332+
timers8: timers@40013400 {
333+
compatible = "st,stm32-timers";
334+
reg = <0x40013400 0x400>;
335+
clocks = <&rcc STM32_CLOCK(APB2, 13)>;
336+
resets = <&rctl STM32_RESET(APB2, 13)>;
337+
interrupts = <65 0>, <66 0>, <67 0>, <68 0>;
338+
interrupt-names = "brk", "up", "trgcom", "cc";
339+
status = "disabled";
340+
341+
pwm {
342+
compatible = "st,stm32-pwm";
343+
status = "disabled";
344+
#pwm-cells = <3>;
345+
};
346+
};
347+
332348
timers12: timers@40001800 {
333349
compatible = "st,stm32-timers";
334350
reg = <0x40001800 0x400>;

0 commit comments

Comments
 (0)