ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / soc / fsl / cpm_qe / uqe_serial.txt
blob8823c86c8085478b5df5d78afef3118dc2073148
1 * Serial
3 Required Properties:
4 compatible : must be "fsl,<chip>-ucc-uart". For t1040, must be
5 "fsl,t1040-ucc-uart".
6 port-number : port number of UCC-UART
7 tx/rx-clock-name : should be "brg1"-"brg16" for internal clock source,
8                    should be "clk1"-"clk28" for external clock source.
10 Example:
12         ucc_serial: ucc@2200 {
13                 compatible = "fsl,t1040-ucc-uart";
14                 port-number = <0>;
15                 rx-clock-name = "brg2";
16                 tx-clock-name = "brg2";
17         };