2018-07-09 17:48:09 +02:00
|
|
|
# Copyright (c) 2018 Analog Devices Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 00:03:49 +02:00
|
|
|
|
2019-11-19 08:39:11 +01:00
|
|
|
description: ADT7420 16-Bit digital I2C temperature sensor
|
2018-07-09 17:48:09 +02:00
|
|
|
|
2019-08-19 20:32:25 +02:00
|
|
|
compatible: "adi,adt7420"
|
|
|
|
|
2022-09-30 22:06:14 +02:00
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|
2018-07-09 17:48:09 +02:00
|
|
|
|
|
|
|
properties:
|
2023-01-03 20:21:25 +01:00
|
|
|
int-gpios:
|
|
|
|
type: phandle-array
|
|
|
|
description: |
|
|
|
|
The INT signal defaults to active low open drain, so requires a
|
|
|
|
pull-up on the board or in the flags cell of this entry.
|