Merge branch 'linus' into core/generic-dma-coherent
[pandora-kernel.git] / 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         };