# Copyright (c) 2018, Workaround GmbH | |
# SPDX-License-Identifier: Apache-2.0 | |
description: STM32 RTC | |
compatible: "st,stm32-rtc" | |
include: rtc.yaml | |
properties: | |
reg: | |
required: true | |
calib-out-freq: | |
type: int | |
description: | | |
Calibration output frequency (1 Hz or 512 Hz). | |
enum: | |
- 1 | |
- 512 |