repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
sound
/
ak4642.txt
blob
623d4e70ae11d9ef5ee6231c09f0e8293fb32680
1
AK4642 I2C transmitter
2
3
This device supports I2C mode only.
4
5
Required properties:
6
7
- compatible : "asahi-kasei,ak4642" or "asahi-kasei,ak4643" or "asahi-kasei,ak4648"
8
- reg : The chip select number on the I2C bus
9
10
Example:
11
12
&i2c {
13
ak4648: ak4648@0x12 {
14
compatible = "asahi-kasei,ak4642";
15
reg = <0x12>;
16
};
17
};