tda7419.txt 575 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. TDA7419 audio processor
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : "st,tda7419"
  5. - reg : the I2C address of the device.
  6. - vdd-supply : a regulator spec for the common power supply (8-10V)
  7. Optional properties:
  8. - st,mute-gpios : a GPIO spec for the MUTE pin.
  9. Pins on the device (for linking into audio routes):
  10. * SE3L
  11. * SE3R
  12. * SE2L
  13. * SE2R
  14. * SE1L
  15. * SE1R
  16. * DIFFL
  17. * DIFFR
  18. * MIX
  19. * OUTLF
  20. * OUTRF
  21. * OUTLR
  22. * OUTRR
  23. * OUTSW
  24. Example:
  25. ap: tda7419@44 {
  26. compatible = "st,tda7419";
  27. reg = <0x44>;
  28. vdd-supply = <&vdd_9v0_reg>;
  29. };