zephyr/dts/bindings/sensor/ti,tmp116.yaml
Maureen Helm 3a89c3adec dts: bindings: Migrate TI sensors to inherit base sensor properties
Migrates all TI sensors to inherit base sensor device properties. This
will allow us to define properties shared by multiple sensors in one
place.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
2022-10-17 10:15:13 +02:00

11 lines
226 B
YAML

# Copyright (c) 2019 Centaur Analytics, Inc
# SPDX-License-Identifier: Apache-2.0
description: Texas Instruments TMP116 temperature sensor
compatible: "ti,tmp116"
bus: tmp116
include: [sensor-device.yaml, i2c-device.yaml]