Back to home page

OSCL-LXR

 
 

    


0001 NXP TFA9879 class-D audio amplifier
0002 
0003 Required properties:
0004 
0005 - compatible : "nxp,tfa9879"
0006 
0007 - reg : the I2C address of the device
0008 
0009 - #sound-dai-cells : must be 0.
0010 
0011 Example:
0012 
0013 &i2c1 {
0014         pinctrl-names = "default";
0015         pinctrl-0 = <&pinctrl_i2c1>;
0016 
0017         amp: amp@6c {
0018                 #sound-dai-cells = <0>;
0019                 compatible = "nxp,tfa9879";
0020                 reg = <0x6c>;
0021         };
0022 };
0023