16 lines
377 B
YAML
16 lines
377 B
YAML
# Copyright (c) 2022 Bjarki Arge Andreasen
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
include: base.yaml
|
|
|
|
description: RTC (real-time clock) device common bindings
|
|
|
|
properties:
|
|
alarms-count:
|
|
type: int
|
|
default: 0
|
|
description: |
|
|
Number of alarms supported by RTC device. The number of
|
|
alarms defaults to 0, which indicates that the RTC has
|
|
no alarms.
|