-
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.
- Loading branch information
John Crispin
committed
Feb 17, 2013
1 parent
64ba9ff
commit bf9d650
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 9c099c4e79b67d5578ce8142e6214950be4fcf43 | ||
refs/heads/master: 247796175ea5dc7c838e8e76a14795fb09360649 |
16 changes: 16 additions & 0 deletions
16
trunk/Documentation/devicetree/bindings/serial/lantiq_asc.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,16 @@ | ||
Lantiq SoC ASC serial controller | ||
|
||
Required properties: | ||
- compatible : Should be "lantiq,asc" | ||
- reg : Address and length of the register set for the device | ||
- interrupts: the 3 (tx rx err) interrupt numbers. The interrupt specifier | ||
depends on the interrupt-parent interrupt controller. | ||
|
||
Example: | ||
|
||
asc1: serial@E100C00 { | ||
compatible = "lantiq,asc"; | ||
reg = <0xE100C00 0x400>; | ||
interrupt-parent = <&icu0>; | ||
interrupts = <112 113 114>; | ||
}; |