86cbe5dee6
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>
9 lines
216 B
YAML
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]
|