tests: drivers: counter: Add nrf9160_pca10090 board

Add board with nrf9160 to counter tests.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2019-04-23 16:09:16 +02:00 committed by Ioannis Glaropoulos
parent 58dcfd51ce
commit 2c54ea49f7
4 changed files with 17 additions and 0 deletions

View File

@ -12,3 +12,4 @@ supported:
- i2c
- pwm
- watchdog
- counter

View File

@ -12,3 +12,4 @@ supported:
- i2c
- pwm
- watchdog
- counter

View File

@ -0,0 +1,4 @@
CONFIG_COUNTER_TIMER0=y
CONFIG_COUNTER_TIMER1=y
CONFIG_COUNTER_TIMER2=y
CONFIG_COUNTER_RTC0=y

View File

@ -0,0 +1,11 @@
&timer0 {
prescaler = <4>;
};
&timer1 {
prescaler = <4>;
};
&timer2 {
prescaler = <4>;
};