Skip to content

Commit 74462e3

Browse files
jostnmbolivar-nordic
authored andcommitted
[nrf fromlist] soc: Tune capacitor for LFXO for nRF53 and update accuracy
Switch from using internal 6pf to internal 7pf load capacitor for LFXO. Use a default clock accuracy of 50PPM as this matches lab results. 50PPM should be sufficient for common operating temperatures of 25degC +- 15. Upstream PR: zephyrproject-rtos/zephyr#36124 Signed-off-by: Johan Stridkvist <[email protected]> (cherry picked from commit b7693fb)
1 parent 9cdc396 commit 74462e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/clock_control/Kconfig.nrf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ endif # CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
120120
choice CLOCK_CONTROL_NRF_ACCURACY_PPM
121121
prompt "32KHz clock accuracy"
122122
default CLOCK_CONTROL_NRF_K32SRC_500PPM if CLOCK_CONTROL_NRF_K32SRC_RC
123-
default CLOCK_CONTROL_NRF_K32SRC_20PPM
123+
default CLOCK_CONTROL_NRF_K32SRC_50PPM
124124

125125
config CLOCK_CONTROL_NRF_K32SRC_500PPM
126126
bool "251 ppm to 500 ppm"

soc/arm/nordic_nrf/nrf53/Kconfig.soc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ config SOC_ENABLE_LFXO
147147
choice SOC_LFXO_LOAD_CAPACITANCE
148148
prompt "LFXO load capacitance"
149149
depends on SOC_ENABLE_LFXO
150-
default SOC_LFXO_CAP_INT_6PF
150+
default SOC_LFXO_CAP_INT_7PF
151151

152152
config SOC_LFXO_CAP_EXTERNAL
153153
bool "Use external load capacitors"

0 commit comments

Comments
 (0)