xref: /openbmc/linux/Documentation/devicetree/bindings/sound/rt5616.txt (revision 3eb66e91a25497065c5322b1268cbc3953642227)
127af4e48SCaesar WangRT5616 audio CODEC
227af4e48SCaesar Wang
327af4e48SCaesar WangThis device supports I2C only.
427af4e48SCaesar Wang
527af4e48SCaesar WangRequired properties:
627af4e48SCaesar Wang
727af4e48SCaesar Wang- compatible : "realtek,rt5616".
827af4e48SCaesar Wang
927af4e48SCaesar Wang- reg : The I2C address of the device.
1027af4e48SCaesar Wang
11dcaee813SCaesar WangOptional properties:
12dcaee813SCaesar Wang
13dcaee813SCaesar Wang- clocks: The phandle of the master clock to the CODEC.
14dcaee813SCaesar Wang
15dcaee813SCaesar Wang- clock-names: Should be "mclk".
16dcaee813SCaesar Wang
1727af4e48SCaesar WangPins on the device (for linking into audio routes) for RT5616:
1827af4e48SCaesar Wang
1927af4e48SCaesar Wang  * IN1P
2027af4e48SCaesar Wang  * IN2P
2127af4e48SCaesar Wang  * IN2N
2227af4e48SCaesar Wang  * LOUTL
2327af4e48SCaesar Wang  * LOUTR
2427af4e48SCaesar Wang  * HPOL
2527af4e48SCaesar Wang  * HPOR
2627af4e48SCaesar Wang
2727af4e48SCaesar WangExample:
2827af4e48SCaesar Wang
29*520a76f8SFabio Estevamrt5616: codec@1b {
3027af4e48SCaesar Wang	compatible = "realtek,rt5616";
3127af4e48SCaesar Wang	reg = <0x1b>;
3227af4e48SCaesar Wang};
33