18 lines
377 B
YAML
18 lines
377 B
YAML
# Copyright (c) 2019 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: STMicroelectronics MEMS sensors LSM6DSO SPI
|
|
|
|
description: >
|
|
This binding gives a base representation of LSM6DSO 6-axis IMU
|
|
sensor accessed through SPI bus
|
|
|
|
compatible: "st,lsm6dso"
|
|
|
|
include: spi-device.yaml
|
|
|
|
properties:
|
|
irq-gpios:
|
|
type: phandle-array
|
|
required: false
|