^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) RT5616 audio CODEC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) This device supports I2C only.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) - compatible : "realtek,rt5616".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) - reg : The I2C address of the device.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) - clocks: The phandle of the master clock to the CODEC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) - clock-names: Should be "mclk".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) Pins on the device (for linking into audio routes) for RT5616:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) * IN1P
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) * IN2P
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) * IN2N
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) * LOUTL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) * LOUTR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) * HPOL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) * HPOR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) rt5616: codec@1b {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) compatible = "realtek,rt5616";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) reg = <0x1b>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) };