Lines Matching +full:interrupts +full:- +full:extended
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"
18 - interrupts:
19 - Must contain three elements for the standard variant of the IP
20 (marvell,armada-3700-uart): "uart-sum", "uart-tx" and "uart-rx",
22 UART RX interrupt. A corresponding interrupt-names property must
24 - Must contain two elements for the extended variant of the IP
25 (marvell,armada-3700-uart-ext): "uart-tx" and "uart-rx",
27 corresponding interrupt-names property must be defined.
28 - For backward compatibility reasons, a single element interrupts
35 compatible = "marvell,armada-3700-uart";
38 interrupts =
42 interrupt-names = "uart-sum", "uart-tx", "uart-rx";
46 compatible = "marvell,armada-3700-uart-ext";
49 interrupts =
52 interrupt-names = "uart-tx", "uart-rx";