Skip to content

Commit d782872

Browse files
nordic-seglPerMac
authored andcommitted
samples: zephyr: drivers: counter: alarm: Enable on 54*
Add overlys required to run counter alarm sample on: - nrf54h20dk/nrf54h20/cpuapp, - nrf54l15dk/nrf54l15/cpuapp. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 085c77d commit d782872

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
chosen {
3+
counter = &timer134;
4+
};
5+
};
6+
7+
&timer134 {
8+
status = "okay";
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
chosen {
3+
counter = &timer24;
4+
};
5+
};
6+
7+
&timer24 {
8+
status = "okay";
9+
};

samples/zephyr/drivers/counter/alarm/sample.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ common:
1818
tests:
1919
nrf.extended.sample.drivers.counter.alarm:
2020
platform_allow:
21+
- nrf54h20dk/nrf54h20/cpuapp
22+
- nrf54l15dk/nrf54l15/cpuapp
2123
- nrf54lm20apdk/nrf54lm20a/cpuapp
24+
- [email protected]/nrf54lm20a/cpuapp
2225
- [email protected]/nrf54lm20a/cpuapp
2326
- nrf54lv10apdk/nrf54lv10a/cpuapp
2427
integration_platforms:
28+
- nrf54h20dk/nrf54h20/cpuapp
29+
- nrf54l15dk/nrf54l15/cpuapp
2530
- nrf54lm20apdk/nrf54lm20a/cpuapp
2631
- nrf54lv10apdk/nrf54lv10a/cpuapp

0 commit comments

Comments
 (0)