drivers: counter: esp32c2: Add support

Add counter support to ESP32C2 and ESP8684

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
Raffael Rostagno 2024-08-05 14:23:37 -03:00 committed by Anas Nashif
commit c1f8948e76
3 changed files with 17 additions and 7 deletions

View file

@ -0,0 +1,7 @@
&timer0 {
status = "okay";
};
&rtc_timer {
status = "okay";
};