On Tue, Jul 21, 2026 at 10:29:48AM +0200, Herve Codina (Schneider Electric) wrote: > The Renesas RZ/N1 timer block controller is the controller in charge of > timers available in the Renesas RZ/N1 SoCs family. > > This controller handles 8 timers: > - 6 16-bit timers > - 2 32-bit timers > > Each timer has its own interrupt, its own prescaler that can be used to > divide the clock by 25 and all of them can work in either one-shot or > periodic mode. > > Signed-off-by: Herve Codina (Schneider Electric) Dunno how much this helps, but I successfully ran 'inconsistency-check', 'nanosleep', and 'clocksource-switch' from the kernel selftest on my N1D board. Tested-by: Wolfram Sang