Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338437
b: refs/heads/master
c: e800163
h: refs/heads/master
i:
  338435: 8d0b8a7
v: v3
  • Loading branch information
Huang Shijie authored and Greg Kroah-Hartman committed Nov 16, 2012
1 parent 888c2f2 commit 401d2c3
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4b1f03b826ba22c9835e9e89a1ca03541313e04
refs/heads/master: e8001632816e600ced7d9d4790930fd87935c654
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ Required properties:
- reg : Address and length of the register set for the device
- interrupts : Should contain the auart interrupt numbers

Optional properties:
- fsl,auart-dma-channel : The DMA channels, the first is for RX, the other
is for TX. If you add this property, it also means that you
will enable the DMA support for the auart.
Note: due to the hardware bug in imx23(see errata : 2836),
only the imx28 can enable the DMA support for the auart.

Example:
auart0: serial@8006a000 {
compatible = "fsl,imx28-auart", "fsl,imx23-auart";
reg = <0x8006a000 0x2000>;
interrupts = <112 70 71>;
fsl,auart-dma-channel = <8 9>;
};

Note: Each auart port should have an alias correctly numbered in "aliases"
Expand Down
Loading

0 comments on commit 401d2c3

Please sign in to comment.