be25e34a7c
Add device driver for TI TMP114 I2C temperature sensor. The driver only support basic functionality, i.e. fetch temperature using default values. Datasheet: https://www.ti.com/lit/ds/symlink/tmp114.pdf Signed-off-by: Fredrik Gihl <fgihl@hotmail.com>
9 lines
203 B
YAML
9 lines
203 B
YAML
# Copyright (c) 2024 Fredrik Gihl
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Texas Instruments TMP114 temperature sensor
|
|
|
|
compatible: "ti,tmp114"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|