qca,ar9330-uart.txt 452 B

123456789101112131415161718192021222324
  1. * Qualcomm Atheros AR9330 High-Speed UART
  2. Required properties:
  3. - compatible: Must be "qca,ar9330-uart"
  4. - reg: Specifies the physical base address of the controller and
  5. the length of the memory mapped region.
  6. Additional requirements:
  7. Each UART port must have an alias correctly numbered in "aliases"
  8. node.
  9. Example:
  10. aliases {
  11. serial0 = &uart0;
  12. };
  13. uart0: uart@18020000 {
  14. compatible = "qca,ar9330-uart";
  15. reg = <0x18020000 0x14>;
  16. };