brintos

brintos / linux-shallow public Read only

0
0
Text · 575 B · 6b85ec3 Raw
39 lines · plain
1TDA7419 audio processor2 3This device supports I2C only.4 5Required properties:6 7- compatible : "st,tda7419"8- reg : the I2C address of the device.9- vdd-supply : a regulator spec for the common power supply (8-10V)10 11Optional properties:12 13- st,mute-gpios : a GPIO spec for the MUTE pin.14 15Pins on the device (for linking into audio routes):16 17  * SE3L18  * SE3R19  * SE2L20  * SE2R21  * SE1L22  * SE1R23  * DIFFL24  * DIFFR25  * MIX26  * OUTLF27  * OUTRF28  * OUTLR29  * OUTRR30  * OUTSW31 32Example:33 34ap: tda7419@44 {35	compatible = "st,tda7419";36	reg = <0x44>;37	vdd-supply = <&vdd_9v0_reg>;38};39