hw/misc/stm32_rcc: Implement RCC device for STM32F4 SoCs
authorRomán Cárdenas Rodríguez <rcardenas.rod@gmail.com>
Mon, 14 Oct 2024 16:05:50 +0000 (17:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Oct 2024 10:29:45 +0000 (11:29 +0100)
commitd1613f2a5395f52a6537b0117bb219d832213489
tree37e992de159a4ab03763f5f34d2fa436af389db1
parenta5397d805d519f89f35bade33c197cf7e460c9c3
hw/misc/stm32_rcc: Implement RCC device for STM32F4 SoCs

Generic RCC class for STM32 devices.  It can be used for most of
the STM32 chips.  Note that it only implements enable and reset
capabilities.

Signed-off-by: Roman Cardenas Rodriguez <rcardenas.rod@gmail.com>
[PMM: tweaked commit message, added MAINTAINERS lines]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
hw/misc/Kconfig
hw/misc/meson.build
hw/misc/stm32_rcc.c [new file with mode: 0644]
hw/misc/trace-events
include/hw/misc/stm32_rcc.h [new file with mode: 0644]