With the transition of the RTC peripheral on the nRF52, nRF53, etc series to the GRTC peripheral on the nRF54L, it appears there is no longer any low-power counter that can tick at 32768 Hz?
From what I can tell, the GRTC is forced to the 1Mhz tick rate, and the TIMER peripheral only runs off the HFCLK.
The GRTC documentation mentions an internal 32768 Hz timer, but there is no way to query its value?
It seems odd to have a 32kHz crystal driving the low power timing on the SoC, but no way to use it as a counter directly.