Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / serial / axis,etraxfs-uart.txt
blobebcbb62c0a764061fd2c09a28937bdfd999c5517
1 ETRAX FS UART
3 Required properties:
4 - compatible : "axis,etraxfs-uart"
5 - reg: offset and length of the register set for the device.
6 - interrupts: device interrupt
8 Optional properties:
9 - {dtr,dsr,ri,cd}-gpios: specify a GPIO for DTR/DSR/RI/CD
10   line respectively.
12 Example:
14 serial@b00260000 {
15         compatible = "axis,etraxfs-uart";
16         reg = <0xb0026000 0x1000>;
17         interrupts = <68>;
18         status = "disabled";