mvebu-uart.txt 362 B

1234567891011121314
  1. * Marvell UART : Non standard UART used in some of Marvell EBU SoCs (e.g., Armada-3700)
  2. Required properties:
  3. - compatible: "marvell,armada-3700-uart"
  4. - reg: offset and length of the register set for the device.
  5. - interrupts: device interrupt
  6. Example:
  7. serial@12000 {
  8. compatible = "marvell,armada-3700-uart";
  9. reg = <0x12000 0x400>;
  10. interrupts = <43>;
  11. };