We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca5790 commit f63bb8dCopy full SHA for f63bb8d
tests/drivers/clock_control/clock_control_api/src/nrf_device_subsys.h
@@ -11,8 +11,9 @@ static const struct device_subsys_data subsys_data[] = {
11
{
12
.subsys = CLOCK_CONTROL_NRF_SUBSYS_HF,
13
.startup_us =
14
- IS_ENABLED(CONFIG_SOC_SERIES_NRF91X) ?
15
- 3000 : 500
+ (IS_ENABLED(CONFIG_SOC_NRF54L20_ENGA) ||
+ IS_ENABLED(CONFIG_SOC_NRF54L09_ENGA)) ?
16
+ 1000 : (IS_ENABLED(CONFIG_SOC_SERIES_NRF91X) ? 3000 : 500)
17
},
18
#ifndef CONFIG_SOC_NRF52832
19
/* On nrf52832 LF clock cannot be stopped because it leads
0 commit comments