zephyr/dts/bindings/sensor/st,lis2ds12-spi.yaml
Armando Visconti 2a48d497a0 dts/bindings: lis2ds12: create a common DT binding file
Create a common properties file that will be included by all DT
bindings (as i2c and spi) handled by lis2ds12 driver.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2021-10-22 09:06:07 -05:00

10 lines
256 B
YAML

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