1# Copyright (c) 2019, Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5    TMP007 Digital Temperature Sensor.  See datasheet at
6    https://cdn-shop.adafruit.com/datasheets/tmp007.pdf
7
8compatible: "ti,tmp007"
9
10include: i2c-device.yaml
11
12properties:
13    int-gpios:
14      type: phandle-array
15      required: false
16      description: |
17        Identifies the ALERT signal, which is active-low open drain when
18        produced by the sensor.
19