2017-11-17 17:38:32 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017, Linaro Limited
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2017-11-17 17:38:32 +08:00
|
|
|
title: STMicroelectronics MEMS sensors LSM6DSL
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of LSM6DSL 6-axis accelerometer
|
|
|
|
and gyrometer
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include i2c-device.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "st,lsm6dsl"
|
|
|
|
|
2018-12-05 18:09:10 +08:00
|
|
|
irq-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|