2017-09-19 22:59:04 +00:00
|
|
|
NXP TFA9879 class-D audio amplifier
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
|
|
|
- compatible : "nxp,tfa9879"
|
|
|
|
|
|
|
|
- reg : the I2C address of the device
|
|
|
|
|
2017-12-11 14:26:14 +00:00
|
|
|
- #sound-dai-cells : must be 0.
|
|
|
|
|
2017-09-19 22:59:04 +00:00
|
|
|
Example:
|
|
|
|
|
|
|
|
&i2c1 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_i2c1>;
|
|
|
|
|
2017-12-11 14:26:14 +00:00
|
|
|
amp: amp@6c {
|
2017-09-19 22:59:04 +00:00
|
|
|
#sound-dai-cells = <0>;
|
|
|
|
compatible = "nxp,tfa9879";
|
|
|
|
reg = <0x6c>;
|
2017-12-11 14:26:14 +00:00
|
|
|
};
|
2017-09-19 22:59:04 +00:00
|
|
|
};
|
|
|
|
|