# | |
# Copyright (c) 2018, blik GmbH | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
title: RTC Base Structure | |
description: > | |
This binding gives the base structures for all RTC devices | |
inherits: | |
!include base.yaml | |
properties: | |
clock-frequency: | |
type: int | |
category: optional | |
description: Clock frequency information for RTC operation | |
label: | |
category: required | |
interrupts: | |
category: required | |
prescaler: | |
type: int | |
category: optional | |
description: RTC frequency equals clock-frequency divided by the prescaler value |