projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'linus' into x86/kprobes
[linux-2.6]
/
Documentation
/
powerpc
/
dts-bindings
/
fsl
/
cpm_qe
/
serial.txt
1
* Serial
2
3
Currently defined compatibles:
4
- fsl,cpm1-smc-uart
5
- fsl,cpm2-smc-uart
6
- fsl,cpm1-scc-uart
7
- fsl,cpm2-scc-uart
8
- fsl,qe-uart
9
10
Example:
11
12
serial@11a00 {
13
device_type = "serial";
14
compatible = "fsl,mpc8272-scc-uart",
15
"fsl,cpm2-scc-uart";
16
reg = <11a00 20 8000 100>;
17
interrupts = <28 8>;
18
interrupt-parent = <&PIC>;
19
fsl,cpm-brg = <1>;
20
fsl,cpm-command = <00800000>;
21
};