drivers: sensor: Add TI TMP114 temperature sensors
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>
This commit is contained in:
parent
353a05b116
commit
be25e34a7c
8 changed files with 230 additions and 0 deletions
8
dts/bindings/sensor/ti,tmp114.yaml
Normal file
8
dts/bindings/sensor/ti,tmp114.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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]
|
Loading…
Add table
Add a link
Reference in a new issue