aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/gic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/arm/gic.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/gic.txt24
1 files changed, 20 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt
index 2da059a4790c..cc56021eb60b 100644
--- a/Documentation/devicetree/bindings/arm/gic.txt
+++ b/Documentation/devicetree/bindings/arm/gic.txt
@@ -11,13 +11,14 @@ have PPIs or SGIs.
11Main node required properties: 11Main node required properties:
12 12
13- compatible : should be one of: 13- compatible : should be one of:
14 "arm,gic-400" 14 "arm,arm1176jzf-devchip-gic"
15 "arm,arm11mp-gic"
15 "arm,cortex-a15-gic" 16 "arm,cortex-a15-gic"
16 "arm,cortex-a9-gic"
17 "arm,cortex-a7-gic" 17 "arm,cortex-a7-gic"
18 "arm,arm11mp-gic" 18 "arm,cortex-a9-gic"
19 "arm,gic-400"
20 "arm,pl390"
19 "brcm,brahma-b15-gic" 21 "brcm,brahma-b15-gic"
20 "arm,arm1176jzf-devchip-gic"
21 "qcom,msm-8660-qgic" 22 "qcom,msm-8660-qgic"
22 "qcom,msm-qgic2" 23 "qcom,msm-qgic2"
23- interrupt-controller : Identifies the node as an interrupt controller 24- interrupt-controller : Identifies the node as an interrupt controller
@@ -58,6 +59,21 @@ Optional
58 regions, used when the GIC doesn't have banked registers. The offset is 59 regions, used when the GIC doesn't have banked registers. The offset is
59 cpu-offset * cpu-nr. 60 cpu-offset * cpu-nr.
60 61
62- clocks : List of phandle and clock-specific pairs, one for each entry
63 in clock-names.
64- clock-names : List of names for the GIC clock input(s). Valid clock names
65 depend on the GIC variant:
66 "ic_clk" (for "arm,arm11mp-gic")
67 "PERIPHCLKEN" (for "arm,cortex-a15-gic")
68 "PERIPHCLK", "PERIPHCLKEN" (for "arm,cortex-a9-gic")
69 "clk" (for "arm,gic-400")
70 "gclk" (for "arm,pl390")
71
72- power-domains : A phandle and PM domain specifier as defined by bindings of
73 the power controller specified by phandle, used when the GIC
74 is part of a Power or Clock Domain.
75
76
61Example: 77Example:
62 78
63 intc: interrupt-controller@fff11000 { 79 intc: interrupt-controller@fff11000 {