mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
hw/arm: Add the USART to the stm32l4x5 SoC
Add the USART to the SoC and connect it to the other implemented devices. Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20240329174402.60382-5-arnaud.minier@telecom-paris.fr [PMM: fixed a few checkpatch nits] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
c4c12ee487
commit
92741432ed
4 changed files with 86 additions and 7 deletions
|
@ -477,6 +477,7 @@ config STM32L4X5_SOC
|
|||
select STM32L4X5_SYSCFG
|
||||
select STM32L4X5_RCC
|
||||
select STM32L4X5_GPIO
|
||||
select STM32L4X5_USART
|
||||
|
||||
config XLNX_ZYNQMP_ARM
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue