mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/arm/stm32f405: Add RCC device to stm32f405 SoC
Add the reset and clock controller device to the stm32f405 SoC. Signed-off-by: Roman Cardenas Rodriguez <rcardenas.rod@gmail.com> [PMM: tweak commit message] Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
d1613f2a53
commit
950dff9aa4
4 changed files with 16 additions and 2 deletions
|
@ -36,6 +36,7 @@ Supported devices
|
|||
* SPI controller
|
||||
* System configuration (SYSCFG)
|
||||
* Timer controller (TIMER)
|
||||
* Reset and Clock Controller (RCC) (STM32F4 only, reset and enable only)
|
||||
|
||||
Missing devices
|
||||
---------------
|
||||
|
@ -53,7 +54,7 @@ Missing devices
|
|||
* Power supply configuration (PWR)
|
||||
* Random Number Generator (RNG)
|
||||
* Real-Time Clock (RTC) controller
|
||||
* Reset and Clock Controller (RCC)
|
||||
* Reset and Clock Controller (RCC) (other features than reset and enable)
|
||||
* Secure Digital Input/Output (SDIO) interface
|
||||
* USB OTG
|
||||
* Watchdog controller (IWDG, WWDG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue