serial.txt 394 B

123456789101112131415161718192021
  1. * Serial
  2. Currently defined compatibles:
  3. - fsl,cpm1-smc-uart
  4. - fsl,cpm2-smc-uart
  5. - fsl,cpm1-scc-uart
  6. - fsl,cpm2-scc-uart
  7. - fsl,qe-uart
  8. Example:
  9. serial@11a00 {
  10. device_type = "serial";
  11. compatible = "fsl,mpc8272-scc-uart",
  12. "fsl,cpm2-scc-uart";
  13. reg = <11a00 20 8000 100>;
  14. interrupts = <28 8>;
  15. interrupt-parent = <&PIC>;
  16. fsl,cpm-brg = <1>;
  17. fsl,cpm-command = <00800000>;
  18. };