X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Documentation%2Fdevicetree%2Fbindings%2Fserial%2Fatmel-usart.txt;h=17c1042b2df895da595191fa8d8acd132fd546e8;hb=51bcb6aae8471ae60f59a64a8b6891f3ea591c74;hp=9c5d19ac935c335d88400b6724aaff75b5c99712;hpb=ca2a650f3dfdc30d71d21bcbb04d2d057779f3f9;p=mirror_ubuntu-artful-kernel.git diff --git a/Documentation/devicetree/bindings/serial/atmel-usart.txt b/Documentation/devicetree/bindings/serial/atmel-usart.txt index 9c5d19ac935c..17c1042b2df8 100644 --- a/Documentation/devicetree/bindings/serial/atmel-usart.txt +++ b/Documentation/devicetree/bindings/serial/atmel-usart.txt @@ -13,6 +13,8 @@ Required properties: Optional properties: - atmel,use-dma-rx: use of PDC or DMA for receiving data - atmel,use-dma-tx: use of PDC or DMA for transmitting data +- rts-gpios: specify a GPIO for RTS line. It will use specified PIO instead of the peripheral + function pin for the USART RTS feature. If unsure, don't specify this property. - add dma bindings for dma transfer: - dmas: DMA specifier, consisting of a phandle to DMA controller node, memory peripheral interface and USART DMA channel ID, FIFO configuration. @@ -33,6 +35,7 @@ Example: clock-names = "usart"; atmel,use-dma-rx; atmel,use-dma-tx; + rts-gpios = <&pioD 15 0>; }; - use DMA: