commit | 6307d8de7851d2f8ff0dc3247e3e1acd6c846214 | [log] [tgz] |
---|---|---|
author | Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl> | Wed Mar 22 11:10:20 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Apr 25 16:17:53 2024 +0200 |
tree | 68dade05f17d49bd5af3ce1fe517c02934a97cfc | |
parent | 3247a1db81831c76f873258ac8646923d0271031 [diff] |
drivers: timer: Add timer driver to Renesas SmartBond(tm) This adds timer driver for Renesas SmartBond(tm) family. It uses TIMER2 block which is in PD_TIM power domain so it can work even if ARM core is disabled, thus can work as a sleep timer. Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl> Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>