19 lines
492 B
YAML
19 lines
492 B
YAML
# Copyright (c) 2021 Jimmy Johnson <catch22@fastmail.net>
|
|
# Copyright (c) 2022 T-Mobile USA, Inc.
|
|
# 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: [sensor-device.yaml, i2c-device.yaml]
|
|
|
|
properties:
|
|
alert-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
Identifies the ALERT signal, which is active-low open drain when
|
|
produced by the sensor.
|