1# Copyright (c) 2022, Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5description: Motorola MC146818 compatible Real Timer Clock
6
7compatible: "motorola,mc146818"
8
9include: [rtc-device.yaml, acpi.yaml]
10
11properties:
12  clock-frequency:
13    type: int
14    default: 32768
15    enum:
16      - 4194304
17      - 1048576
18      - 32768
19    description: Frequency of the input-clock in Hertz (Hz)
20