zephyr/dts/bindings/sensor/st,lsm6dsl-spi.yaml
Marcin Niestroj e4288acd27 dts: bindings: st,lsm6dsl: unify I2C and SPI bindings
Use the same wording in description for both I2C and SPI variants to
improve consistency.

Create st,lsm6dsl-common.yaml to include common binding properties from I2C
and SPI variants.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2023-05-11 07:46:24 -05:00

11 lines
264 B
YAML

# Copyright (c) 2018, Linaro Limited
# SPDX-License-Identifier: Apache-2.0
description: |
STMicroelectronics LSM6DSL 6-axis accelerometer and gyrometer accessed through
SPI bus
compatible: "st,lsm6dsl"
include: ["spi-device.yaml", "st,lsm6dsl-common.yaml"]