uqe_serial.txt 431 B

123456789101112131415161718
  1. * Serial
  2. Required Properties:
  3. compatible : must be "fsl,<chip>-ucc-uart". For t1040, must be
  4. "fsl,t1040-ucc-uart".
  5. port-number : port number of UCC-UART
  6. tx/rx-clock-name : should be "brg1"-"brg16" for internal clock source,
  7. should be "clk1"-"clk28" for external clock source.
  8. Example:
  9. ucc_serial: ucc@2200 {
  10. compatible = "fsl,t1040-ucc-uart";
  11. port-number = <0>;
  12. rx-clock-name = "brg2";
  13. tx-clock-name = "brg2";
  14. };