actions,owl-uart.txt 472 B

12345678910111213141516
  1. Actions Semi Owl UART
  2. Required properties:
  3. - compatible : "actions,s500-uart", "actions,owl-uart" for S500
  4. "actions,s900-uart", "actions,owl-uart" for S900
  5. - reg : Offset and length of the register set for the device.
  6. - interrupts : Should contain UART interrupt.
  7. Example:
  8. uart3: serial@b0126000 {
  9. compatible = "actions,s500-uart", "actions,owl-uart";
  10. reg = <0xb0126000 0x1000>;
  11. interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
  12. };