timer: mchp-pit64b: add support for pit64b
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Mon, 7 Sep 2020 15:36:33 +0000 (18:36 +0300)
committerEugen Hristev <eugen.hristev@microchip.com>
Mon, 28 Sep 2020 11:06:50 +0000 (14:06 +0300)
commited1b726683e7d9104498b724230ebeb6c533ba70
treeeded3b6f2dc368bb05bc9b56897270146475a94d
parent3710b464e43abe27ed9ab40c39f98a309a7db055
timer: mchp-pit64b: add support for pit64b

Add support for Microchip PIT64B timer. The timer is 64 bit length and
is used as a free running counter (in continuous mode with highest values
for period registers). The clock feeding the timer would be no more
than 12.5MHz.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/mchp-pit64b-timer.c [new file with mode: 0644]