xref: /openbmc/linux/Documentation/devicetree/bindings/input/ti,drv2667.txt (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
1*1c246225SDan Murphy* Texas Instruments - drv2667 Haptics driver
2*1c246225SDan Murphy
3*1c246225SDan MurphyRequired properties:
4*1c246225SDan Murphy	- compatible - "ti,drv2667" - DRV2667
5*1c246225SDan Murphy	- reg -  I2C slave address
6*1c246225SDan Murphy	- vbat-supply - Required supply regulator
7*1c246225SDan Murphy
8*1c246225SDan MurphyExample:
9*1c246225SDan Murphy
10*1c246225SDan Murphyhaptics: haptics@59 {
11*1c246225SDan Murphy	compatible = "ti,drv2667";
12*1c246225SDan Murphy	reg = <0x59>;
13*1c246225SDan Murphy	vbat-supply = <&vbat>;
14*1c246225SDan Murphy};
15*1c246225SDan Murphy
16*1c246225SDan MurphyFor more product information please see the link below:
17*1c246225SDan Murphyhttp://www.ti.com/product/drv2667
18