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