Skip to content

Commit e387528

Browse files
tests: drivers: counter_nrf_rtc: test fixed top on nRF52832
Added overlay for the board. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
1 parent 0938c28 commit e387528

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
&rtc0 {
2+
status = "okay";
3+
fixed-top;
4+
};
5+
&rtc2 {
6+
status = "okay";
7+
fixed-top;
8+
};

tests/drivers/counter/counter_nrf_rtc/fixed_top/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tests:
55
- counter
66
depends_on: counter
77
platform_allow:
8+
- nrf52dk/nrf52832
89
- nrf52840dk/nrf52840
910
- nrf52_bsim
1011
- nrf54h20dk/nrf54h20/cpuapp

0 commit comments

Comments
 (0)