2018-05-15 19:43:43 +08:00
|
|
|
# Copyright (c) 2018, Linaro Limited
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-05-15 19:43:43 +08:00
|
|
|
title: STMicroelectronics MEMS sensors LSM6DSL SPI
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of LSM6DSL 6-axis accelerometer
|
|
|
|
and gyrometer accessed through SPI bus
|
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "st,lsm6dsl"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: spi-device.yaml
|
2018-05-15 19:43:43 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
irq-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-09-10 21:22:55 +08:00
|
|
|
required: false
|