| 
     1 * Texas Instruments - drv2667 Haptics driver
    2 
    3 Required properties:
    4         - compatible - "ti,drv2667" - DRV2667
    5         - reg -  I2C slave address
    6         - vbat-supply - Required supply regulator
    7 
    8 Example:
    9 
   10 haptics: haptics@59 {
   11         compatible = "ti,drv2667";
   12         reg = <0x59>;
   13         vbat-supply = <&vbat>;
   14 };
   15 
   16 For more product information please see the link below:
   17 http://www.ti.com/product/drv2667
Cache object: 4ccc2a4c5fe5b1cd68e3390832cdea0b 
 
 |