Skip to content

Commit ab6a738

Browse files
rriveramcruscarlescufi
authored andcommitted
dts: haptics: Adds the DRV2605 devicetree bindings
Adds the devicetree bindings for the DRV2605 haptic driver IC. Signed-off-by: Ricardo Rivera-Matos <[email protected]>
1 parent 977c70a commit ab6a738

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
type: string
20+
enum:
21+
- "1X"
22+
- "2X"
23+
- "3X"
24+
- "4X"
25+
- "6X"
26+
- "8X"
27+
- "16X"
28+
- "DISABLED"
29+
loop-gain:
30+
type: string
31+
enum:
32+
- "LOW"
33+
- "MEDIUM"
34+
- "HIGH"
35+
- "VERY_HIGH"

0 commit comments

Comments
 (0)