repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm tools, setup: Create private directory
[linux-2.6/next.git]
/
Documentation
/
devicetree
/
bindings
/
powerpc
/
fsl
/
cpm_qe
/
cpm
/
pic.txt
blob
8e3ee1681618742b6ac007ca92c8f2283060b504
1
* Interrupt Controllers
2
3
Currently defined compatibles:
4
- fsl,cpm1-pic
5
- only one interrupt cell
6
- fsl,pq1-pic
7
- fsl,cpm2-pic
8
- second interrupt cell is level/sense:
9
- 2 is falling edge
10
- 8 is active low
11
12
Example:
13
interrupt-controller@10c00 {
14
#interrupt-cells = <2>;
15
interrupt-controller;
16
reg = <10c00 80>;
17
compatible = "mpc8272-pic", "fsl,cpm2-pic";
18
};