Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > d92bd833f730bcbfc8cc278fb2ec7a9d > files > 2130

kernel-linus-doc-3.19.8-2.mga5.noarch.rpm

AK4642 I2C transmitter

This device supports I2C mode only.

Required properties:

  - compatible : "asahi-kasei,ak4642" or "asahi-kasei,ak4643" or "asahi-kasei,ak4648"
  - reg : The chip select number on the I2C bus

Example:

&i2c {
	ak4648: ak4648@0x12 {
		compatible = "asahi-kasei,ak4642";
		reg = <0x12>;
	};
};