Lines Matching +full:interrupt +full:- +full:counter
5 ARM multi-cluster systems maintain intra-cluster coherency through a
24 - compatible
28 "arm,cci-400"
29 "arm,cci-500"
30 "arm,cci-550"
32 - reg
40 - ranges:
53 - CCI control interface nodes
55 Node name must be "slave-if".
61 - compatible
65 "arm,cci-400-ctrl-if"
67 - interface-type:
70 Definition: must be set to one of {"ace", "ace-lite"}
74 - reg:
83 - CCI PMU node
89 - compatible
93 "arm,cci-400-pmu,r0"
94 "arm,cci-400-pmu,r1"
95 "arm,cci-400-pmu" - DEPRECATED, permitted only where OS has
97 "arm,cci-500-pmu,r0"
98 "arm,cci-550-pmu,r0"
99 - reg:
108 - interrupts:
110 Value type: Integer cells. Array of interrupt specifier
112 ../interrupt-controller/interrupts.txt.
113 Definition: list of counter overflow interrupts, one per
114 counter. The interrupts must be specified
115 starting with the cycle counter overflow
116 interrupt, followed by counter0 overflow
117 interrupt, counter1 overflow interrupt,...
118 ,counterN overflow interrupt.
120 The CCI PMU has an interrupt signal for each
121 counter. The number of interrupts must be
132 - cci-control-port:
141 #size-cells = <0>;
142 #address-cells = <1>;
146 compatible = "arm,cortex-a15";
147 cci-control-port = <&cci_control1>;
153 compatible = "arm,cortex-a15";
154 cci-control-port = <&cci_control1>;
160 compatible = "arm,cortex-a7";
161 cci-control-port = <&cci_control2>;
167 compatible = "arm,cortex-a7";
168 cci-control-port = <&cci_control2>;
176 cci-control-port = <&cci_control0>;
179 #dma-cells = <1>;
180 #dma-channels = <8>;
181 #dma-requests = <32>;
185 compatible = "arm,cci-400";
186 #address-cells = <1>;
187 #size-cells = <1>;
191 cci_control0: slave-if@1000 {
192 compatible = "arm,cci-400-ctrl-if";
193 interface-type = "ace-lite";
197 cci_control1: slave-if@4000 {
198 compatible = "arm,cci-400-ctrl-if";
199 interface-type = "ace";
203 cci_control2: slave-if@5000 {
204 compatible = "arm,cci-400-ctrl-if";
205 interface-type = "ace";
210 compatible = "arm,cci-400-pmu";