commit | 03adc1e2bb5d65ce0f6bda1b2c7def7b496651ba | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed May 05 23:24:04 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jun 07 12:04:15 2021 +0200 |
tree | 1f2fbf41b717a383b8c9d033a8351a1cff64c13f | |
parent | fbf2f81c4337ae494a4e041ba50203a6c6e7b0b5 [diff] |
drivers: clock_stm32: add APB3 support for STM32WL STM32WL series have an extra APB3 bus with the SUBGHZSPI device on it. Add the relevant code to enable and disable that clock, and to obtain the actual clock rate. This is enough to run the STM32 SPI driver against it. Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>