23 lines
376 B
YAML
23 lines
376 B
YAML
#
|
|
# Copyright (c) 2018, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: STMicroelectronics MEMS sensors LSM6DS0
|
|
id: st,lsm6ds0
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of LSM6DS0 6-axis accelerometer
|
|
and gyrometer
|
|
|
|
inherits:
|
|
!include i2c-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,lsm6ds0"
|
|
|
|
...
|