Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329203
b: refs/heads/master
c: 239078d
h: refs/heads/master
i:
  329201: 96c1ec4
  329199: 5e9f83e
v: v3
  • Loading branch information
Fabio Estevam authored and Rob Herring committed Sep 6, 2012
1 parent 0bca500 commit 252e64f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7185fcc62d73d2a3ea33977007854b03a5a42404
refs/heads/master: 239078da17ee68c275e87cf9a7f849b227706966
35 changes: 35 additions & 0 deletions trunk/Documentation/devicetree/bindings/serial/fsl-imx-uart.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
* Freescale i.MX UART controller

Required properties:
- compatible : should be "fsl,imx21-uart"
- reg : Address and length of the register set for the device
- interrupts : Should contain UART interrupt number

Optional properties:
- fsl,uart-has-rtscts: indicate that RTS/CTS signals are used

Note: Each uart controller should have an alias correctly numbered
in "aliases" node.

Example:

- From imx51.dtsi:
aliases {
serial0 = &uart1;
serial1 = &uart2;
serial2 = &uart3;
};

uart1: serial@73fbc000 {
compatible = "fsl,imx51-uart", "fsl,imx21-uart";
reg = <0x73fbc000 0x4000>;
interrupts = <31>;
status = "disabled";
}

- From imx51-babbage.dts:
uart1: serial@73fbc000 {
fsl,uart-has-rtscts;
status = "okay";
};

0 comments on commit 252e64f

Please sign in to comment.