fsl-lpuart.txt 404 B

1234567891011121314
  1. * Freescale low power universal asynchronous receiver/transmitter (lpuart)
  2. Required properties:
  3. - compatible : Should be "fsl,<soc>-lpuart"
  4. - reg : Address and length of the register set for the device
  5. - interrupts : Should contain uart interrupt
  6. Example:
  7. uart0: serial@40027000 {
  8. compatible = "fsl,vf610-lpuart";
  9. reg = <0x40027000 0x1000>;
  10. interrupts = <0 61 0x00>;
  11. };