dts: arm: st: mp1: add timers5

Add missing timer configuration.
Tested on a Octavo OSD32MP1 Board.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
This commit is contained in:
Sean Nyekjaer 2023-07-04 16:13:59 +02:00 committed by Fabio Baltieri
commit 23b89d0338

View file

@ -356,6 +356,28 @@
};
};
timers5: timers@40003000 {
compatible = "st,stm32-timers";
reg = <0x40003000 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000008>;
resets = <&rctl STM32_RESET(APB1, 3U)>;
interrupts = <50 0>;
interrupt-names = "global";
st,prescaler = <0>;
status = "disabled";
pwm {
compatible = "st,stm32-pwm";
status = "disabled";
#pwm-cells = <3>;
};
counter {
compatible = "st,stm32-counter";
status = "disabled";
};
};
mailbox: mailbox@4c001000 {
compatible = "st,stm32-ipcc-mailbox";
reg = <0x4c001000 0x400>;