26 lines
712 B
YAML
26 lines
712 B
YAML
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
|
|
Espressif's Counter Driver based on RTC Main Timer.
|
|
|
|
Any reset/sleep mode, except for the power-up reset, will not
|
|
stop or reset the RTC Timer. This behavior may be handy when
|
|
supporting applications that need to keep a timing baseline on
|
|
such situations.
|
|
|
|
There is also no need to enable the RTC Timer node, it starts
|
|
running from power-up.
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
slow-clk-freq:
|
|
description: |
|
|
The slow clock input frequency for the RTC Timer.
|
|
type: int
|
|
required: true
|
|
|
|
compatible: "espressif,esp32-rtc-timer"
|