1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: Analog ADP5585 GPIO/keypad/PWM chip
5
6compatible: "adi,adp5585"
7
8include: i2c-device.yaml
9
10properties:
11  reset-gpios:
12    type: phandle-array
13    description: RESET pin
14
15  nint-gpios:
16    type: phandle-array
17    description: |
18      Connection for the NINT signal. This signal is active-low when
19      produced by adp5585 GPIO node.
20