Lines Matching +full:rx +full:- +full:only

2                  e.g., Armada-3700.
5 - compatible:
6 - "marvell,armada-3700-uart" for the standard variant of the UART
7 (32 bytes FIFO, no DMA, level interrupts, 8-bit access to the
9 - "marvell,armada-3700-uart-ext" for the extended variant of the
10 UART (128 bytes FIFO, DMA, front interrupts, 8-bit or 32-bit
12 - reg: offset and length of the register set for the device.
13 - clocks: UART reference clock used to derive the baudrate. If no clock
14 is provided (possible only with the "marvell,armada-3700-uart"
15 compatible string for backward compatibility), it will only work
17 change will then be possible. When provided it should be UART1-clk
18 for standard variant of UART and UART2-clk for extended variant
20 should not be used and are supported only for backward compatibility.
21 - interrupts:
22 - Must contain three elements for the standard variant of the IP
23 (marvell,armada-3700-uart): "uart-sum", "uart-tx" and "uart-rx",
25 UART RX interrupt. A corresponding interrupt-names property must
27 - Must contain two elements for the extended variant of the IP
28 (marvell,armada-3700-uart-ext): "uart-tx" and "uart-rx",
29 respectively the UART TX interrupt and the UART RX interrupt. A
30 corresponding interrupt-names property must be defined.
31 - For backward compatibility reasons, a single element interrupts
33 containing only the UART sum interrupt. This form is deprecated
38 compatible = "marvell,armada-3700-uart";
45 interrupt-names = "uart-sum", "uart-tx", "uart-rx";
49 compatible = "marvell,armada-3700-uart-ext";
55 interrupt-names = "uart-tx", "uart-rx";