1# Copyright (c) 2022 Bjarki Arge Andreasen
2# SPDX-License-Identifier: Apache-2.0
3
4include: base.yaml
5
6description: RTC (real-time clock) device common bindings
7
8properties:
9  alarms-count:
10    type: int
11    default: 0
12    description: |
13      Number of alarms supported by RTC device. The number of
14      alarms defaults to 0, which indicates that the RTC has
15      no alarms.
16