hw/timer: RX62N compare match timer (CMT)
commitc7f37bafde83a73eedc3bd6e029abba745871dea
authorYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 20 Mar 2019 14:16:05 +0000 (20 23:16 +0900)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 22 Jun 2020 16:37:12 +0000 (22 18:37 +0200)
tree49129044a1ec4a77d223912ef7e38f536b94f172
parent7adca78edaa91069f66e373f5b7e4e7d5fe14879
hw/timer: RX62N compare match timer (CMT)

renesas_cmt: 16bit compare match timer modules.
This part use many renesas's CPU.
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-16-ysato@users.sourceforge.jp>
[PMD: Split from TMR, filled VMStateField for migration]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
MAINTAINERS
hw/timer/Kconfig
hw/timer/Makefile.objs
hw/timer/renesas_cmt.c [new file with mode: 0644]
include/hw/timer/renesas_cmt.h [new file with mode: 0644]