Merge branch 'for-5.15-printk-index' into for-linus
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / sound / rt1016.txt
1 RT1016 Stereo Class D Audio Amplifier
2
3 This device supports I2C only.
4
5 Required properties:
6
7 - compatible : "realtek,rt1016".
8
9 - reg : The I2C address of the device.
10
11
12 Example:
13
14 rt1016: codec@1a {
15         compatible = "realtek,rt1016";
16         reg = <0x1a>;
17 };