boards: arm: bl654_sensor_board: Update clock error

The 32KHz crystal used is a tuning fork crystal which can have a larger
clock drift over temperature than an AT cut crystal, therefore the LFXO
clock source error rate needs updating to account for this possible
drift over temperature.

Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
This commit is contained in:
Jamie McCrae 2021-08-06 09:48:53 +01:00 committed by Kumar Gala
commit 6922ff6ae5

View file

@ -7,15 +7,19 @@ CONFIG_BOARD_BL654_SENSOR_BOARD=y
# Enable MPU
CONFIG_ARM_MPU=y
# enable GPIO
# Enable GPIO
CONFIG_GPIO=y
# enable uart driver
# Enable uart driver
CONFIG_SERIAL=y
# enable console
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# additional board options
# Additional board options
CONFIG_GPIO_AS_PINRESET=y
# 32KHz clock source
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_150PPM=y