mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-16 20:32:19 +02:00
18 lines
247 B
Plaintext
18 lines
247 B
Plaintext
RT1016 Stereo Class D Audio Amplifier
|
|
|
|
This device supports I2C only.
|
|
|
|
Required properties:
|
|
|
|
- compatible : "realtek,rt1016".
|
|
|
|
- reg : The I2C address of the device.
|
|
|
|
|
|
Example:
|
|
|
|
rt1016: codec@1a {
|
|
compatible = "realtek,rt1016";
|
|
reg = <0x1a>;
|
|
};
|