1# SPDX-License-Identifier: Apache-2.0
2# Copyright (c) 2024 Daniel Kampert
3# Author: Daniel Kampert <DanielKampert@Kampis-Elektroecke.de>
4
5description: Micro Crystal RV-8263-C8 RTC
6
7compatible: "microcrystal,rv-8263-c8"
8
9include:
10  - name: rtc-device.yaml
11  - name: i2c-device.yaml
12
13properties:
14  int-gpios:
15    type: phandle-array
16
17  clkout:
18    type: int
19    default: 0
20    enum:
21      - 32768
22      - 16384
23      - 8192
24      - 4096
25      - 2048
26      - 1024
27      - 1
28      - 0
29    description:
30      Enable CLKOUT at given frequency. When disabled, CLKOUT pin is LOW.
31      The default is 0 and corresponds to the disable the CLKOUT signal.
32