20 lines
450 B
YAML
20 lines
450 B
YAML
# Copyright (c) 2023 Alvaro Garcia Gomez <maxpowel@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NXP PCF8563 RTC
|
|
|
|
compatible: "nxp,pcf8563"
|
|
|
|
include:
|
|
- name: rtc-device.yaml
|
|
- name: i2c-device.yaml
|
|
- name: pm.yaml
|
|
property-allowlist:
|
|
- wakeup-source
|
|
|
|
properties:
|
|
int1-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
GPIO connected to the PC8563 INT1 interrupt output. This signal is open-drain, active low.
|