Skip to content

Commit b1020b0

Browse files
nordic-krchcarlescufi
authored andcommitted
tests: drivers: counter: counter_nrf_rtc: Add nrf54h20dk support
Add overlays for nrf54h20dk in fixed_top test. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 8c5c6da commit b1020b0

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
&rtc130 {
4+
status = "okay";
5+
fixed-top;
6+
};
7+
8+
&rtc131 {
9+
status = "okay";
10+
fixed-top;
11+
};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "nrf54h20dk_nrf54h20_common.dtsi"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "nrf54h20dk_nrf54h20_common.dtsi"
4+
5+
&rtc {
6+
status = "okay";
7+
fixed-top;
8+
};

0 commit comments

Comments
 (0)