61f4c52380
Migrates all Maxim 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
220 B
YAML
9 lines
220 B
YAML
# Copyright (c) 2021, Teslabs Engineering S.L.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: MAX6675 K-thermocouple to digital converter
|
|
|
|
compatible: "maxim,max6675"
|
|
|
|
include: [sensor-device.yaml, spi-device.yaml]
|