zephyr/dts/bindings/sensor/st,ism330dhcx-spi.yaml
Armando Visconti a6795f5f9b dts/bindings: ism330dhcx: create a common DT binding file
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>
2021-02-28 16:47:15 -05:00

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"]