tpa6130a2.txt 538 B

123456789101112131415161718192021222324252627
  1. Texas Instruments - tpa6130a2 Codec module
  2. The tpa6130a2 serial control bus communicates through I2C protocols
  3. Required properties:
  4. - compatible - "string" - One of:
  5. "ti,tpa6130a2" - TPA6130A2
  6. "ti,tpa6140a2" - TPA6140A2
  7. - reg - <int> - I2C slave address
  8. - Vdd-supply - <phandle> - power supply regulator
  9. Optional properties:
  10. - power-gpio - gpio pin to power the device
  11. Example:
  12. tpa6130a2: tpa6130a2@60 {
  13. compatible = "ti,tpa6130a2";
  14. reg = <0x60>;
  15. Vdd-supply = <&vmmc2>;
  16. power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
  17. };