Skip to content

Commit 5625f37

Browse files
committed
boards: nordic: nRF54L15DK: set HFXO clock latency to 854
The HFXO used on nRF54L15 DK has the typical startup latency of 854us. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent ae43ca6 commit 5625f37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/nordic/nrf54l15dk/nrf54l15dk_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,9 @@
108108
pinctrl-names = "default", "sleep";
109109
};
110110

111+
&hfxo {
112+
startup-time-us = <854>;
113+
};
114+
111115
/* Get a node label for wi-fi spi to use in shield files */
112116
wifi_spi: &spi22 {};

0 commit comments

Comments
 (0)