1# Copyright (c) 2018 Analog Devices Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: ADT7420 16-Bit digital I2C temperature sensor
5
6compatible: "adi,adt7420"
7
8include: i2c-device.yaml
9
10properties:
11    int-gpios:
12      type: phandle-array
13      required: false
14      description: |
15        The INT signal defaults to active low open drain, so requires a
16        pull-up on the board or in the flags cell of this entry.
17