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:
parent
adcd68936b
commit
413ca65d65
1 changed files with 2 additions and 1 deletions
|
@ -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>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue