blob: 623d4e70ae11d9ef5ee6231c09f0e8293fb32680 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>;
};
};
|