Lines Matching full:atmel
1 * Atmel Universal Synchronous Asynchronous Receiver/Transmitter (USART)
5 - "atmel,at91rm9200-usart"
6 - "atmel,at91sam9260-usart"
8 - "atmel,at91rm9200-dbgu", "atmel,at91rm9200-usart"
9 - "atmel,at91sam9260-dbgu", "atmel,at91sam9260-usart"
21 - atmel,usart-mode : Must be <AT91_USART_MODE_SPI> (found in dt-bindings/mfd/at91-usart.h)
29 Refer to dma.txt and atmel-dma.txt for details.
36 - atmel,use-dma-rx: use of PDC or DMA for receiving data
37 - atmel,use-dma-tx: use of PDC or DMA for transmitting data
41 - atmel,fifo-size: maximum number of data the RX and TX FIFOs can store for FIFO
52 compatible = "atmel,at91sam9260-usart";
57 atmel,use-dma-rx;
58 atmel,use-dma-tx;
69 compatible = "atmel,at91sam9260-usart";
74 atmel,use-dma-rx;
75 atmel,use-dma-tx;
79 atmel,fifo-size = <32>;
88 compatible = "atmel,at91rm9200-usart", "atmel,at91sam9260-usart";
89 atmel,usart-mode = <AT91_USART_MODE_SPI>;