xref: /openbmc/linux/Documentation/devicetree/bindings/sound/rt1015.txt (revision fa538f7cf05aab61cd91e01c160d4a09c81b8ffe)
1RT1015 Mono Class D Audio Amplifier
2
3This device supports I2C only.
4
5Required properties:
6
7- compatible : "realtek,rt1015".
8
9- reg : The I2C address of the device.
10
11
12Example:
13
14rt1015: codec@28 {
15	compatible = "realtek,rt1015";
16	reg = <0x28>;
17};
18