projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'powerpc-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-2.6-microblaze.git]
/
Documentation
/
devicetree
/
bindings
/
sound
/
rt1308.txt
1
RT1308 audio Amplifier
2
3
This device supports I2C only.
4
5
Required properties:
6
7
- compatible : "realtek,rt1308".
8
9
- reg : The I2C address of the device.
10
11
12
Example:
13
14
rt1308: rt1308@10 {
15
compatible = "realtek,rt1308";
16
reg = <0x10>;
17
};