1# Copyright (c) 2023 Alvaro Garcia Gomez <maxpowel@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4description: NXP PCF8563 RTC
5
6compatible: "nxp,pcf8563"
7
8include:
9  - name: rtc-device.yaml
10  - name: i2c-device.yaml
11
12properties:
13  int1-gpios:
14    type: phandle-array
15    description: |
16      GPIO connected to the PC8563 INT1 interrupt output. This signal is open-drain, active low.
17