Add STM32 TIM and LPTIM support to STM32MP13 SoCs family.Series applied on stm32-next.
Add also support of timers available on DK board RPI expansion connector.
These timers are configured in the DK board device tree, but let in
disabled state by default.
Changes in v2:
- rebase serie
Olivier Moysan (3):
ARM: dts: stm32: add timers support on stm32mp131
ARM: dts: stm32: add timer pins muxing for stm32mp135f-dk
ARM: dts: stm32: add timers support on stm32mp135f-dk
arch/arm/boot/dts/stm32mp13-pinctrl.dtsi | 60 +++
arch/arm/boot/dts/stm32mp131.dtsi | 557 +++++++++++++++++++++++
arch/arm/boot/dts/stm32mp135f-dk.dts | 58 +++
3 files changed, 675 insertions(+)