c1b1bb84a3
Migrates all Silabs 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
186 B
YAML
9 lines
186 B
YAML
# Copyright (c) 2019, Actinius
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Si7060 temperature sensor
|
|
|
|
compatible: "silabs,si7060"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|