drivers: clock_control: Update XTAL accuracy on nRF54L
We are not able to achive 50ppm on nRF54L. Working on fixing it propperly, but untill we do set what we get. Signed-off-by: Martin Tverdal <martin.tverdal@nordicsemi.no>
This commit is contained in:
parent
4593f0d71c
commit
dbf62a5a2a
|
@ -132,6 +132,7 @@ choice CLOCK_CONTROL_NRF_ACCURACY_PPM
|
|||
prompt "32KHz clock accuracy"
|
||||
default CLOCK_CONTROL_NRF_K32SRC_500PPM if CLOCK_CONTROL_NRF_K32SRC_RC && SOC_COMPATIBLE_NRF52X
|
||||
default CLOCK_CONTROL_NRF_K32SRC_250PPM if CLOCK_CONTROL_NRF_K32SRC_RC
|
||||
default CLOCK_CONTROL_NRF_K32SRC_150PPM if CLOCK_CONTROL_NRF_K32SRC_XTAL && SOC_SERIES_NRF54LX
|
||||
default CLOCK_CONTROL_NRF_K32SRC_50PPM
|
||||
|
||||
config CLOCK_CONTROL_NRF_K32SRC_500PPM
|
||||
|
|
Loading…
Reference in a new issue