1 * Qualcomm Atheros AR9330 High-Speed UART
5 - compatible: Must be "qca,ar9330-uart"
7 - reg: Specifies the physical base address of the controller and
8 the length of the memory mapped region.
10 - interrupt-parent: The phandle for the interrupt controller that
11 services interrupts for this device.
13 - interrupts: Specifies the interrupt source of the parent interrupt
14 controller. The format of the interrupt specifier depends on the
15 parent interrupt controller.
17 Additional requirements:
19 Each UART port must have an alias correctly numbered in "aliases"
28 uart0: uart@18020000 {
29 compatible = "qca,ar9330-uart";
30 reg = <0x18020000 0x14>;
32 interrupt-parent = <&intc>;