hw/char: RX62N serial communication interface (SCI)
commit645194c7aa8ff501cfdab864c9f5cdf220c3af76
authorYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 21 Jan 2019 13:15:59 +0000 (21 22:15 +0900)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 22 Jun 2020 16:37:12 +0000 (22 18:37 +0200)
tree7f6d3ffb3c227006ff2748137dfe241fd2a5cf38
parentc7f37bafde83a73eedc3bd6e029abba745871dea
hw/char: RX62N serial communication interface (SCI)

This module supported only non FIFO type.
Hardware manual.
https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200224141923.82118-17-ysato@users.sourceforge.jp>
[PMD: Filled VMStateField for migration]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
MAINTAINERS
hw/char/Kconfig
hw/char/Makefile.objs
hw/char/renesas_sci.c [new file with mode: 0644]
include/hw/char/renesas_sci.h [new file with mode: 0644]