]> git.baikalelectronics.ru Git - uboot.git/commit
serial: stm32x7: add STM32F4 support
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 27 Sep 2017 13:44:52 +0000 (15:44 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 8 Oct 2017 20:19:56 +0000 (16:19 -0400)
commit82cfaf923325edec5998339bf7a519ac1ecd371a
tree6de57b5e1592372885741fa552806ca2970a09d7
parentea33321b0d61deb520d7f800b4bba670275a9f86
serial: stm32x7: add STM32F4 support

stm32f4 doesn't support FIFO and OVERRUN feature.
The enable bit is not at the same location in CR1
register than for STM32F7 and STM32H7.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/serial/Kconfig
drivers/serial/serial_stm32x7.c
drivers/serial/serial_stm32x7.h