[v2,0/3] ARM: dts: stm32: add timers support on stm32mp13

Message ID 20230110091713.444395-1-olivier.moysan@foss.st.com
Headers
Series ARM: dts: stm32: add timers support on stm32mp13 |

Message

Olivier MOYSAN Jan. 10, 2023, 9:17 a.m. UTC
  Add STM32 TIM and LPTIM support to STM32MP13 SoCs family.
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(+)
  

Comments

Alexandre TORGUE Jan. 17, 2023, 11:17 a.m. UTC | #1
On 1/10/23 10:17, Olivier Moysan wrote:
> Add STM32 TIM and LPTIM support to STM32MP13 SoCs family.
> 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(+)
> 
Series applied on stm32-next.

Regards
Alex