Skip to content

Commit 3842d85

Browse files
author
Raffael Rostagno
committed
tests: drivers: counter: esp32h2: Add config
Add test config for ESP32-H2. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent de6cb7d commit 3842d85

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
&timer0 {
2+
status = "okay";
3+
counter {
4+
status = "okay";
5+
};
6+
};
7+
8+
&timer1 {
9+
status = "okay";
10+
counter {
11+
status = "okay";
12+
};
13+
};

0 commit comments

Comments
 (0)