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