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
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
serio
/
olpc,ap-sp.txt
blob
0e72183f52bc9dc5926b34f414941780e70847cc
1
OLPC AP-SP serio interface
2
3
Required properties:
4
- compatible : "olpc,ap-sp"
5
- reg : base address and length of SoC's WTM registers
6
- interrupts : SP-AP interrupt
7
8
Example:
9
ap-sp@d4290000 {
10
compatible = "olpc,ap-sp";
11
reg = <0xd4290000 0x1000>;
12
interrupts = <40>;
13
}