Newer
Older
barebox / dts / Bindings / sound / ak4613.txt
@Sascha Hauer Sascha Hauer on 10 Dec 2015 266 bytes dts: update to v4.4-rc1
AK4613 I2C transmitter

This device supports I2C mode only.

Required properties:

- compatible : "asahi-kasei,ak4613"
- reg : The chip select number on the I2C bus

Example:

&i2c {
	ak4613: ak4613@0x10 {
		compatible = "asahi-kasei,ak4613";
		reg = <0x10>;
	};
};