Adding support for the TI TMP108 temperature sensor. This includes over/under temp interrupt support as well as one shot, continuous conversion and power down modes. Signed-off-by: Jimmy Johnson <catch22@fastmail.net>
19 lines
462 B
YAML
19 lines
462 B
YAML
# Copyright (c) 2021 Jimmy Johnson <catch22@fastmail.net>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
TMP108 Digital Temperature Sensor. See more info at
|
|
https://www.ti.com/product/TMP108
|
|
|
|
compatible: "ti,tmp108"
|
|
|
|
include: i2c-device.yaml
|
|
|
|
properties:
|
|
alert-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: |
|
|
Identifies the ALERT signal, which is active-low open drain when
|
|
produced by the sensor.
|