Skip to content

Commit

Permalink
Document: devicetree: add OF documents for lantiq serial port
Browse files Browse the repository at this point in the history
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: devicetree-discuss@lists.ozlabs.org
  • Loading branch information
John Crispin committed Feb 17, 2013
1 parent 9c099c4 commit 2477961
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Documentation/devicetree/bindings/serial/lantiq_asc.txt
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>;
};

0 comments on commit 2477961

Please sign in to comment.