19 lines
457 B
YAML
19 lines
457 B
YAML
# Copyright (c) 2019, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
TMP007 Digital Temperature Sensor. See datasheet at
|
|
https://cdn-shop.adafruit.com/datasheets/tmp007.pdf
|
|
|
|
compatible: "ti,tmp007"
|
|
|
|
include: i2c-device.yaml
|
|
|
|
properties:
|
|
int-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: |
|
|
Identifies the ALERT signal, which is active-low open drain when
|
|
produced by the sensor.
|