Merge remote-tracking branch 'nios2/for-next'
[deliverable/linux.git] / Documentation / devicetree / bindings / serial / fsl-imx-uart.txt
CommitLineData
22698aa2
SG
1* Freescale i.MX Universal Asynchronous Receiver/Transmitter (UART)
2
3Required properties:
4- compatible : Should be "fsl,<soc>-uart"
5- reg : Address and length of the register set for the device
6- interrupts : Should contain uart interrupt
7
8Optional properties:
1006ed7e 9- uart-has-rtscts : Indicate the uart has rts and cts
22698aa2 10- fsl,irda-mode : Indicate the uart supports irda mode
20ff2fe6 11- fsl,dte-mode : Indicate the uart works in DTE mode. The uart works
32e593b9 12 in DCE mode by default.
22698aa2 13
3e6648c9
KG
14Note: Each uart controller should have an alias correctly numbered
15in "aliases" node.
16
22698aa2
SG
17Example:
18
3e6648c9
KG
19aliases {
20 serial0 = &uart1;
21};
22
23uart1: serial@73fbc000 {
22698aa2
SG
24 compatible = "fsl,imx51-uart", "fsl,imx21-uart";
25 reg = <0x73fbc000 0x4000>;
26 interrupts = <31>;
1006ed7e 27 uart-has-rtscts;
20ff2fe6 28 fsl,dte-mode;
22698aa2 29};
This page took 0.279271 seconds and 5 git commands to generate.