22 lines
391 B
YAML
22 lines
391 B
YAML
#
|
|
# Copyright (c) 2018 STMicroelectronics
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: STMicroelectronics MEMS sensors LIS3DH
|
|
|
|
description: >
|
|
This binding gives a base representation of LIS3DH 3-axis accelerometer
|
|
|
|
inherits:
|
|
!include i2c-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,lis3dh"
|
|
|
|
irq-gpios:
|
|
category: optional
|
|
type: phandle-array
|