fd26b53fdc
Migrates all ST 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
212 B
YAML
9 lines
212 B
YAML
# Copyright (c) 2018, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: STMicroelectronics LPS25HB pressure sensor
|
|
|
|
compatible: "st,lps25hb-press"
|
|
|
|
include: [sensor-device.yaml, i2c-device.yaml]
|