diff options
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt b/Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt index 1f8b0c507c26..c73acd060093 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt | |||
@@ -2,7 +2,13 @@ DT bindings for the R-/SH-Mobile irqpin controller | |||
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | 4 | ||
5 | - compatible: has to be "renesas,intc-irqpin" | 5 | - compatible: has to be "renesas,intc-irqpin-<soctype>", "renesas,intc-irqpin" |
6 | as fallback. | ||
7 | Examples with soctypes are: | ||
8 | - "renesas,intc-irqpin-r8a7740" (R-Mobile A1) | ||
9 | - "renesas,intc-irqpin-r8a7778" (R-Car M1A) | ||
10 | - "renesas,intc-irqpin-r8a7779" (R-Car H1) | ||
11 | - "renesas,intc-irqpin-sh73a0" (SH-Mobile AG5) | ||
6 | - #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in | 12 | - #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in |
7 | interrupts.txt in this directory | 13 | interrupts.txt in this directory |
8 | 14 | ||