Skip to content

Commit d0a0769

Browse files
e-rkdanieldegrasse
authored andcommitted
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 <rafal.kuznia@nordicsemi.no>
1 parent 0eb182a commit d0a0769

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)