diff options
| author | Linus Walleij <linus.walleij@linaro.org> | 2017-01-30 14:28:38 -0500 |
|---|---|---|
| committer | Marc Zyngier <marc.zyngier@arm.com> | 2017-02-08 09:06:21 -0500 |
| commit | f59098c3ee775c874028f0ade4360cdf3e3b6810 (patch) | |
| tree | 5ea5b8fd5bd4c0846fe8d4fa4cff58d3048bf9a0 /Documentation/devicetree/bindings/interrupt-controller | |
| parent | e3c484b183d3bbef0f0df527e10359163f0bb1db (diff) | |
irqchip: DT bindings for Cortina Gemini irqchip
This adds device tree bindings for the Cortina Gemini interrupt
controller. They are pretty standard.
Cc: Janos Laube <janos.dev@gmail.com>
Cc: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: devicetree@vger.kernel.org
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
| -rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/cortina,gemini-interrupt-controller.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/cortina,gemini-interrupt-controller.txt b/Documentation/devicetree/bindings/interrupt-controller/cortina,gemini-interrupt-controller.txt new file mode 100644 index 000000000000..97c1167fa533 --- /dev/null +++ b/Documentation/devicetree/bindings/interrupt-controller/cortina,gemini-interrupt-controller.txt | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | * Cortina Systems Gemini interrupt controller | ||
| 2 | |||
| 3 | This interrupt controller is found on the Gemini SoCs. | ||
| 4 | |||
| 5 | Required properties: | ||
| 6 | - compatible: must be "cortina,gemini-interrupt-controller" | ||
| 7 | - reg: The register bank for the interrupt controller. | ||
| 8 | - interrupt-controller: Identifies the node as an interrupt controller | ||
| 9 | - #interrupt-cells: The number of cells to define the interrupts. | ||
| 10 | Must be 2 as the controller can specify level or rising edge | ||
| 11 | IRQs. The bindings follows the standard binding for controllers | ||
| 12 | with two cells specified in | ||
| 13 | interrupt-controller/interrupts.txt | ||
| 14 | |||
| 15 | Example: | ||
| 16 | |||
| 17 | interrupt-controller@48000000 { | ||
| 18 | compatible = "cortina,gemini-interrupt-controller"; | ||
| 19 | reg = <0x48000000 0x1000>; | ||
| 20 | interrupt-controller; | ||
| 21 | #interrupt-cells = <2>; | ||
| 22 | }; | ||
