zephyr/dts/bindings/sensor/st,iis2dlpc-spi.yaml
Armando Visconti cb6f665717 dts/bindings: iis2dlpc: create a common st,iis2dlpc-common.yaml
Create a common binding file that will be included by all bindings
handled by iis2dlpc driver. For now this includes optional drdy-gpios
property and it is shared by the i2c and spi version of the driver.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2021-01-08 09:16:35 -06:00

10 lines
249 B
YAML

# Copyright (c) 2019 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
description: |
STMicroelectronics IIS2DLPC accelerometer accessed through SPI bus
compatible: "st,iis2dlpc"
include: ["spi-device.yaml", "st,iis2dlpc-common.yaml"]