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