Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
34 lines
485 B
Plaintext
34 lines
485 B
Plaintext
RT274 audio CODEC
|
|
|
|
This device supports I2C only.
|
|
|
|
Required properties:
|
|
|
|
- compatible : "realtek,rt274".
|
|
|
|
- reg : The I2C address of the device.
|
|
|
|
Optional properties:
|
|
|
|
- interrupts : The CODEC's interrupt output.
|
|
|
|
|
|
Pins on the device (for linking into audio routes) for RT274:
|
|
|
|
* DMIC1 Pin
|
|
* DMIC2 Pin
|
|
* MIC
|
|
* LINE1
|
|
* LINE2
|
|
* HPO Pin
|
|
* SPDIF
|
|
* LINE3
|
|
|
|
Example:
|
|
|
|
rt274: codec@1c {
|
|
compatible = "realtek,rt274";
|
|
reg = <0x1c>;
|
|
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
|
|
};
|