summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/emul/cros,pwm-mock.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/dts/bindings/emul/cros,pwm-mock.yaml')
-rw-r--r--zephyr/dts/bindings/emul/cros,pwm-mock.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/emul/cros,pwm-mock.yaml b/zephyr/dts/bindings/emul/cros,pwm-mock.yaml
new file mode 100644
index 0000000000..3b3a992cd0
--- /dev/null
+++ b/zephyr/dts/bindings/emul/cros,pwm-mock.yaml
@@ -0,0 +1,15 @@
+# Copyright 2022 The ChromiumOS Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+description: A generic PWM mock
+compatible: "cros,pwm-mock"
+include: [pwm-controller.yaml, base.yaml]
+properties:
+ reg:
+ required: true
+
+pwm-cells:
+ - channel
+ - period
+ - flags