xref: /freebsd/sys/contrib/device-tree/Bindings/sound/rt1308.txt (revision 59c8e88e72633afbc47a4ace0d2170d00d51f7dc)
1RT1308 audio Amplifier
2
3This device supports I2C only.
4
5Required properties:
6
7- compatible : "realtek,rt1308".
8
9- reg : The I2C address of the device.
10
11
12Example:
13
14rt1308: rt1308@10 {
15	compatible = "realtek,rt1308";
16	reg = <0x10>;
17};
18