e4288acd27
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>
11 lines
264 B
YAML
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"]
|