23 lines
438 B
YAML
23 lines
438 B
YAML
#
|
|
# Copyright (c) 2018, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: STMicroelectronics MEMS sensors LSM6DSL SPI
|
|
|
|
description: >
|
|
This binding gives a base representation of LSM6DSL 6-axis accelerometer
|
|
and gyrometer accessed through SPI bus
|
|
|
|
inherits:
|
|
!include spi-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,lsm6dsl"
|
|
|
|
irq-gpios:
|
|
type: phandle-array
|
|
category: required
|