summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/motionsense/drvdata
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-04-21 01:16:06 -0600
committerCommit Bot <commit-bot@chromium.org>2021-04-22 16:55:31 +0000
commit3578930d552ca166845348dac670d8a0c2d80e86 (patch)
treef8a0a26b1c18a7938308c6110428a69f64f16f95 /zephyr/dts/bindings/motionsense/drvdata
parentd05df43def60bd1e1be060208c2df948a6ccdaee (diff)
downloadchrome-ec-3578930d552ca166845348dac670d8a0c2d80e86.tar.gz
zephyr: dts: bmi160: Add bmi160 DT bindings
Adds the bindings needed to use the bmi160 in devicetree. BRANCH=none BUG=b:185966444 TEST=zmake testall Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: I6c83adca1b6456eea34367df693d1993f6ef86eb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2842709 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/dts/bindings/motionsense/drvdata')
-rw-r--r--zephyr/dts/bindings/motionsense/drvdata/cros-ec,drvdata-bmi160.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/motionsense/drvdata/cros-ec,drvdata-bmi160.yaml b/zephyr/dts/bindings/motionsense/drvdata/cros-ec,drvdata-bmi160.yaml
new file mode 100644
index 0000000000..52f5c346fc
--- /dev/null
+++ b/zephyr/dts/bindings/motionsense/drvdata/cros-ec,drvdata-bmi160.yaml
@@ -0,0 +1,18 @@
+# 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: BMI160 driver data node
+
+compatible: "cros-ec,drvdata-bmi160"
+
+include: drvdata-base.yaml
+
+#
+# examples:
+#
+# bmi160_data: bmi160-drv-data {
+# compatible = "cros-ec,drvdata-bmi160";
+# status = "okay";
+# };
+#