Lines Matching full:uart
1 * Marvell UART : Non standard UART used in some of Marvell EBU SoCs
6 - "marvell,armada-3700-uart" for the standard variant of the UART
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
13 - clocks: UART reference clock used to derive the baudrate. If no clock
14 is provided (possible only with the "marvell,armada-3700-uart"
18 for standard variant of UART and UART2-clk for extended variant
19 of UART. TBG clock (with UART TBG divisors d1=d2=1) or xtal clock
23 (marvell,armada-3700-uart): "uart-sum", "uart-tx" and "uart-rx",
24 respectively the UART sum interrupt, the UART TX interrupt and
25 UART RX interrupt. A corresponding interrupt-names property must
28 (marvell,armada-3700-uart-ext): "uart-tx" and "uart-rx",
29 respectively the UART TX interrupt and the UART RX interrupt. A
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";