ti,pcm1681.txt 262 B

123456789101112131415
  1. Texas Instruments PCM1681 8-channel PWM Processor
  2. Required properties:
  3. - compatible: Should contain "ti,pcm1681".
  4. - reg: The i2c address. Should contain <0x4c>.
  5. Examples:
  6. i2c_bus {
  7. pcm1681@4c {
  8. compatible = "ti,pcm1681";
  9. reg = <0x4c>;
  10. };
  11. };