The physical nRF51dk / nRF51dongle hardware contains a nRF51422 SoC. In Zephyr, only the nRF51822 SoC, is implemented. In Zephyr, the nRF51422 SoC is build as a nRF51822, therefore use the nRF51822 SoC model for those kits instead on the non-existing nRF51422. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
127 lines
3.5 KiB
YAML
127 lines
3.5 KiB
YAML
common:
|
|
tags:
|
|
- drivers
|
|
- clock_control
|
|
integration_platforms:
|
|
- nrf51dk/nrf51822
|
|
tests:
|
|
drivers.clock.nrf_lf_clock_start_xtal_stable:
|
|
platform_allow:
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf9160dk/nrf9160
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpunet
|
|
extra_configs:
|
|
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
|
|
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
|
|
integration_platforms:
|
|
- nrf51dk/nrf51822
|
|
|
|
drivers.clock.nrf_lf_clock_start_xtal_available:
|
|
platform_allow:
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf9160dk/nrf9160
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpunet
|
|
extra_configs:
|
|
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y
|
|
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
|
|
integration_platforms:
|
|
- nrf51dk/nrf51822
|
|
|
|
drivers.clock.nrf_lf_clock_start_xtal_no_wait:
|
|
platform_allow:
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf9160dk/nrf9160
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpunet
|
|
integration_platforms:
|
|
- nrf51dk/nrf51822
|
|
extra_configs:
|
|
- CONFIG_SYSTEM_CLOCK_NO_WAIT=y
|
|
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
|
|
|
|
drivers.clock.nrf_lf_clock_start_rc_stable:
|
|
platform_allow:
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpunet
|
|
integration_platforms:
|
|
- nrf51dk/nrf51822
|
|
extra_configs:
|
|
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
|
|
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
|
|
|
|
drivers.clock.nrf_lf_clock_start_rc_available:
|
|
platform_allow:
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpunet
|
|
integration_platforms:
|
|
- nrf51dk/nrf51822
|
|
extra_configs:
|
|
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y
|
|
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
|
|
|
|
drivers.clock.nrf_lf_clock_start_rc_no_wait:
|
|
platform_allow:
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpunet
|
|
integration_platforms:
|
|
- nrf51dk/nrf51822
|
|
extra_configs:
|
|
- CONFIG_SYSTEM_CLOCK_NO_WAIT=y
|
|
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
|
|
|
|
drivers.clock.nrf_lf_clock_start_synth_stable:
|
|
platform_allow:
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpunet
|
|
integration_platforms:
|
|
- nrf51dk/nrf51822
|
|
extra_configs:
|
|
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
|
|
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
|
|
|
|
drivers.clock.nrf_lf_clock_start_synth_available:
|
|
platform_allow:
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpunet
|
|
integration_platforms:
|
|
- nrf51dk/nrf51822
|
|
extra_configs:
|
|
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y
|
|
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
|
|
|
|
drivers.clock.nrf_lf_clock_start_synth_no_wait:
|
|
platform_allow:
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpunet
|
|
integration_platforms:
|
|
- nrf51dk/nrf51822
|
|
extra_configs:
|
|
- CONFIG_SYSTEM_CLOCK_NO_WAIT=y
|
|
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
|