zephyr/dts/bindings/sensor/st,lis2dh12-i2c.yaml
Armando Visconti df2ca14df3 dts/bindings: Fix lis2dh12 and lis3dh
LIS3DH and LIS2DH12 devices share the same driver with
LIS2DH device. So, the bindings are reusing the same
common structure (as LSM30AGR-ACCEL and LSM303DLHC-ACCEL
devices are already doing)

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2020-11-17 14:44:18 -06:00

9 lines
229 B
YAML

# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: STMicroelectronics LIS2DH12 3-axis accelerometer
compatible: "st,lis2dh12"
include: ["i2c-device.yaml", "st,lis2dh-common.yaml"]