zephyr/dts/bindings/sensor/lm75.yaml
Maureen Helm 86cbe5dee6 dts: bindings: Migrate LM sensors to inherit base sensor properties
Migrates all LM 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

9 lines
216 B
YAML

# Copyright (c) 2021 Leica Geosystems AG
# SPDX-License-Identifier: Apache-2.0
description: LM75 Digital Temperature Sensor with 2-Wire Interface.
compatible: "lm75"
include: [sensor-device.yaml, i2c-device.yaml]