mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 22:55:21 +00:00
The ISM330DHCX is a ultra-low power IMU with a 3D digital accelerometer and 3D digital gyroscope tailored for Industry 4.0 applications, which can be interfaced through either I2C or SPI bus. https://www.st.com/resource/en/datasheet/ism330dhcx.pdf This driver is based on stmemsc i/f v1.02. Signed-off-by: Armando Visconti <armando.visconti@st.com>
21 lines
555 B
YAML
21 lines
555 B
YAML
# Copyright (c) 2020 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
STMicroelectronics ISM330DHCX 6-axis IMU (Inertial Measurement Unit) sensor
|
|
accessed through I2C bus
|
|
|
|
compatible: "st,ism330dhcx"
|
|
|
|
include: i2c-device.yaml
|
|
|
|
properties:
|
|
drdy-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: DRDY pin
|
|
|
|
This pin defaults to active high when produced by the sensor.
|
|
The property value should ensure the flags properly describe
|
|
the signal that is presented to the driver.
|