nxp-lpc32xx-hsuart.txt 322 B

1234567891011121314
  1. * NXP LPC32xx SoC High Speed UART
  2. Required properties:
  3. - compatible: Should be "nxp,lpc3220-hsuart"
  4. - reg: Should contain registers location and length
  5. - interrupts: Should contain interrupt
  6. Example:
  7. uart1: serial@40014000 {
  8. compatible = "nxp,lpc3220-hsuart";
  9. reg = <0x40014000 0x1000>;
  10. interrupts = <26 0>;
  11. };