We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977c70a commit ab6a738Copy full SHA for ab6a738
dts/bindings/haptics/ti,drv2605.yaml
@@ -0,0 +1,35 @@
1
+# Copyright (c) 2024 Cirrus Logic, Inc.
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+description: |
5
+ DRV2605 Haptic Driver for ERM and LRA with built-in library and smart-loop
6
+ architecture.
7
8
+compatible: "ti,drv2605"
9
10
+include: i2c-device.yaml
11
12
+properties:
13
+ actuator-mode:
14
+ type: string
15
+ enum:
16
+ - "ERM"
17
+ - "LRA"
18
+ feedback-brake-factor:
19
20
21
+ - "1X"
22
+ - "2X"
23
+ - "3X"
24
+ - "4X"
25
+ - "6X"
26
+ - "8X"
27
+ - "16X"
28
+ - "DISABLED"
29
+ loop-gain:
30
31
32
+ - "LOW"
33
+ - "MEDIUM"
34
+ - "HIGH"
35
+ - "VERY_HIGH"
0 commit comments