1# SPDX-License-Identifier: Apache-2.0
2# Copyright (c) 2023 Linumiz
3# Author: Sri Surya <srisurya@linumiz.com>
4
5description: AMBIQ AM1805 RTC
6
7compatible: "ambiq,am1805"
8
9include:
10  - name: rtc-device.yaml
11  - name: i2c-device.yaml
12
13properties:
14  reg:
15    required: true
16
17  am1805-gpios:
18    type: phandle-array
19    description: |
20         GPIO connected to the AM1805 INT1 interrupt output. This signal is open-drain, active low.
21