tests: drivers: timer: nrf_grtc_timer: add nRF54H20 target
GRTC peripheral is present on nRF54H20, so the tests should be executed on this target as well. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
parent
5b72665c47
commit
1f9bec7f08
|
@ -1,4 +1,7 @@
|
|||
tests:
|
||||
drivers.timer.nrf_grtc_timer:
|
||||
tags: drivers
|
||||
platform_allow: nrf54l15pdk/nrf54l15/cpuapp
|
||||
platform_allow:
|
||||
- nrf54l15pdk/nrf54l15/cpuapp
|
||||
- nrf54h20dk/nrf54h20/cpuapp
|
||||
- nrf54h20dk/nrf54h20/cpurad
|
||||
|
|
Loading…
Reference in a new issue