2a48d497a0
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>
10 lines
256 B
YAML
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"]
|