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:
parent
58dcfd51ce
commit
2c54ea49f7
|
@ -12,3 +12,4 @@ supported:
|
|||
- i2c
|
||||
- pwm
|
||||
- watchdog
|
||||
- counter
|
||||
|
|
|
@ -12,3 +12,4 @@ supported:
|
|||
- i2c
|
||||
- pwm
|
||||
- watchdog
|
||||
- counter
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
CONFIG_COUNTER_TIMER0=y
|
||||
CONFIG_COUNTER_TIMER1=y
|
||||
CONFIG_COUNTER_TIMER2=y
|
||||
CONFIG_COUNTER_RTC0=y
|
|
@ -0,0 +1,11 @@
|
|||
&timer0 {
|
||||
prescaler = <4>;
|
||||
};
|
||||
|
||||
&timer1 {
|
||||
prescaler = <4>;
|
||||
};
|
||||
|
||||
&timer2 {
|
||||
prescaler = <4>;
|
||||
};
|
Loading…
Reference in New Issue