dts: common: nordic: nrf54l20: set timer frequency to 64MHz

The timer counter frequency is set to 64MHz as a workaround.

Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
This commit is contained in:
Rafał Kuźnia 2024-12-10 09:44:17 +01:00 committed by Benjamin Cabé
commit 413ca65d65

View file

@ -146,7 +146,8 @@
cc-num = <6>;
max-bit-width = <32>;
interrupts = <85 NRF_DEFAULT_IRQ_PRIORITY>;
max-frequency = <DT_FREQ_M(128)>;
/* NRFX-6881: Temporary workaround for timer00 */
max-frequency = <DT_FREQ_M(64)>;
prescaler = <0>;
};