tfa9879.txt 333 B

1234567891011121314151617181920212223
  1. NXP TFA9879 class-D audio amplifier
  2. Required properties:
  3. - compatible : "nxp,tfa9879"
  4. - reg : the I2C address of the device
  5. - #sound-dai-cells : must be 0.
  6. Example:
  7. &i2c1 {
  8. pinctrl-names = "default";
  9. pinctrl-0 = <&pinctrl_i2c1>;
  10. amp: amp@6c {
  11. #sound-dai-cells = <0>;
  12. compatible = "nxp,tfa9879";
  13. reg = <0x6c>;
  14. };
  15. };