summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/motionsense/drvdata/cros-ec,drvdata-lsm6dsm.yaml
blob: 66e6f32f6015863ffe2029a58b343b3b05110f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

description: LSM6DSM driver data node. Note this has to be
  a separate instance for each sensor instance for this device
  e.g if the device is used for both accel and gyro, then
  separate instances of this driver data node must be used for each.

compatible: "cros-ec,drvdata-lsm6dsm"

include: drvdata-base.yaml

#
# examples:
#
# lsm6dsm_data: lsm6dsm-drv-data {
#       compatible = "cros-ec,drvdata-lsm6dsm";
#       status = "okay";
# };
#