summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/emul
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-09-20 13:30:55 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-21 02:41:45 +0000
commit5a12a3dbca6e07882d1760b115dcbf3b7ec5931c (patch)
tree82d80374a980ec2135408075113d1c1299e7ce21 /zephyr/dts/bindings/emul
parent26e3f0f8596300e1b7f64f426c0469f9bfee669f (diff)
downloadchrome-ec-5a12a3dbca6e07882d1760b115dcbf3b7ec5931c.tar.gz
zephyr: test: add a generic I2C mock
Add a simple mock with no state to test common i2c code. BRANCH=none BUG=b:200589041 TEST=zmake testall Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: I99730361a298708278106deb58890a0ed2c9febf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3171694 Tested-by: Yuval Peress <peress@google.com> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Yuval Peress <peress@google.com>
Diffstat (limited to 'zephyr/dts/bindings/emul')
-rw-r--r--zephyr/dts/bindings/emul/cros,i2c-mock.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/emul/cros,i2c-mock.yaml b/zephyr/dts/bindings/emul/cros,i2c-mock.yaml
new file mode 100644
index 0000000000..7da69028bd
--- /dev/null
+++ b/zephyr/dts/bindings/emul/cros,i2c-mock.yaml
@@ -0,0 +1,12 @@
+# 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: A generic I2C mock
+
+compatible: "cros,i2c-mock"
+
+include: base.yaml
+properties:
+ reg:
+ required: true