Newer
Older
barebox / dts / Bindings / sound / rt1308.txt
@Sascha Hauer Sascha Hauer on 5 Jul 2020 233 bytes dts: update to v5.8-rc1
RT1308 audio Amplifier

This device supports I2C only.

Required properties:

- compatible : "realtek,rt1308".

- reg : The I2C address of the device.


Example:

rt1308: rt1308@10 {
	compatible = "realtek,rt1308";
	reg = <0x10>;
};