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>
10 lines
238 B
YAML
10 lines
238 B
YAML
# Copyright (c) 2021 Jonathan Hahn
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
STMicroelectronics I3G4250D 3-axis gyrometer accessed through SPI bus
|
|
|
|
compatible: "st,i3g4250d"
|
|
|
|
include: [sensor-device.yaml, spi-device.yaml]
|