-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serial: add device tree binding documentation for ETRAX FS UART
Signed-off-by: Niklas Cassel <nks@flawful.org> Signed-off-by: Rob Herring <robh@kernel.org>
- Loading branch information
Niklas Cassel
authored and
Rob Herring
committed
Mar 2, 2015
1 parent
0d1886d
commit 25e8f33
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
ETRAX FS UART | ||
|
||
Required properties: | ||
- compatible : "axis,etraxfs-uart" | ||
- reg: offset and length of the register set for the device. | ||
- interrupts: device interrupt | ||
|
||
Optional properties: | ||
- {dtr,dsr,ri,cd}-gpios: specify a GPIO for DTR/DSR/RI/CD | ||
line respectively. | ||
|
||
Example: | ||
|
||
serial@b00260000 { | ||
compatible = "axis,etraxfs-uart"; | ||
reg = <0xb0026000 0x1000>; | ||
interrupts = <68>; | ||
status = "disabled"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters