1# Copyright (c) 2021 Jimmy Johnson <catch22@fastmail.net>
2# Copyright (c) 2022 T-Mobile USA, Inc.
3# SPDX-License-Identifier: Apache-2.0
4
5description: |
6    TMP108 Digital Temperature Sensor.  See more info at
7    https://www.ti.com/product/TMP108
8
9compatible: "ti,tmp108"
10
11include: [sensor-device.yaml, i2c-device.yaml]
12
13properties:
14  alert-gpios:
15    type: phandle-array
16    description: |
17      Identifies the ALERT signal, which is active-low open drain when
18      produced by the sensor.
19