zephyr/tests/drivers/counter/counter_basic_api/nrf52810_pca10040.overlay
Krzysztof Chruscinski 6d4a5200bc drivers: counter: Move nRF TIMER and RTC configuration to device tree
Reduced Kconfig for counter with nRF TIMER and RTC. Added overlays
for TIMER and RTC configuration in the counter test.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-05-15 10:11:02 +02:00

11 lines
95 B
Text

&timer0 {
prescaler = <4>;
};
&timer1 {
prescaler = <4>;
};
&timer2 {
prescaler = <4>;
};