946bd44b96
Create a common properties file that will be included by all bindings (as i2c and spi) handled by lsm6dso driver. Signed-off-by: Armando Visconti <armando.visconti@st.com>
11 lines
282 B
YAML
11 lines
282 B
YAML
# Copyright (c) 2019 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
STMicroelectronics LSM6DSO 6-axis IMU (Inertial Measurement Unit) sensor
|
|
accessed through I2C bus
|
|
|
|
compatible: "st,lsm6dso"
|
|
|
|
include: ["i2c-device.yaml", "st,lsm6dso-common.yaml"]
|