summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/motionsense/driver
diff options
context:
space:
mode:
authorDenis Brockus <dbrockus@google.com>2021-06-07 09:48:00 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-07 18:15:22 +0000
commit4df10f7b2b0e67d1c36bb69285436ec0d5e3fdfd (patch)
tree4276acbab14b79df5066770362347e14b0d6380d /zephyr/dts/bindings/motionsense/driver
parent43fffb5b0292ee1c48015b04ea55793a140d8177 (diff)
downloadchrome-ec-4df10f7b2b0e67d1c36bb69285436ec0d5e3fdfd.tar.gz
zephyr: driver: add ST accel_lis2dw12
BUG=b:180980668,b:189857004 BRANCH=none TEST=make buildall TEST=zmake configure -b $PROJ_HAYATO Signed-off-by: Denis Brockus <dbrockus@google.com> Change-Id: Ib743f0dbcc4a9731ccb575344413f161cd0dbba2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2944617 Tested-by: Denis Brockus <dbrockus@chromium.org> Auto-Submit: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Yuval Peress <peress@chromium.org> Commit-Queue: Yuval Peress <peress@chromium.org>
Diffstat (limited to 'zephyr/dts/bindings/motionsense/driver')
-rw-r--r--zephyr/dts/bindings/motionsense/driver/cros-ec,lis2dw12.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/motionsense/driver/cros-ec,lis2dw12.yaml b/zephyr/dts/bindings/motionsense/driver/cros-ec,lis2dw12.yaml
new file mode 100644
index 0000000000..5f7b0b40e0
--- /dev/null
+++ b/zephyr/dts/bindings/motionsense/driver/cros-ec,lis2dw12.yaml
@@ -0,0 +1,10 @@
+# Copyright 2021 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: motionsense sensor node for LIS2DW12 Accelerometer
+
+compatible: "cros-ec,lis2dw12"
+
+# every motionsense sensor node should include motionsense-sensor-base.yaml
+include: motionsense-sensor-base.yaml