Merge branch 'omap-for-v4.8/legacy' into for-next
[deliverable/linux.git] / Documentation / devicetree / bindings / serial / lantiq_asc.txt
CommitLineData
24779617
JC
1Lantiq SoC ASC serial controller
2
3Required properties:
4- compatible : Should be "lantiq,asc"
5- reg : Address and length of the register set for the device
6- interrupts: the 3 (tx rx err) interrupt numbers. The interrupt specifier
7 depends on the interrupt-parent interrupt controller.
8
9Example:
10
11asc1: serial@E100C00 {
12 compatible = "lantiq,asc";
13 reg = <0xE100C00 0x400>;
14 interrupt-parent = <&icu0>;
15 interrupts = <112 113 114>;
16};
This page took 0.193682 seconds and 5 git commands to generate.