1df310074SJack YuRT1015 Mono Class D Audio Amplifier
2df310074SJack Yu
3df310074SJack YuThis device supports I2C only.
4df310074SJack Yu
5df310074SJack YuRequired properties:
6df310074SJack Yu
7df310074SJack Yu- compatible : "realtek,rt1015".
8df310074SJack Yu
9df310074SJack Yu- reg : The I2C address of the device.
10df310074SJack Yu
1193bd813cSJack YuOptional properties:
1293bd813cSJack Yu
1393bd813cSJack Yu- realtek,power-up-delay-ms
1493bd813cSJack Yu  Set a delay time for flush work to be completed,
1593bd813cSJack Yu  this value is adjustable depending on platform.
16df310074SJack Yu
17df310074SJack YuExample:
18df310074SJack Yu
19df310074SJack Yurt1015: codec@28 {
20df310074SJack Yu	compatible = "realtek,rt1015";
21df310074SJack Yu	reg = <0x28>;
2293bd813cSJack Yu	realtek,power-up-delay-ms = <50>;
23df310074SJack Yu};
24