Lines Matching full:arm

5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml#
8 title: ARM Coresight Cross Trigger Interface (CTI) device.
32 are implementation defined, except when the CTI is connected to an ARM v8
35 In this case the ARM v8 architecture defines the required signal connections
38 indicate this feature (arm,coresight-cti-v8-arch).
53 constants defined in <dt-bindings/arm/coresight-cti-dt.h>
67 - $ref: /schemas/arm/primecell.yaml#
69 # Need a custom select here or 'arm,primecell' will match on lots of nodes
75 - arm,coresight-cti
85 - const: arm,coresight-cti
86 - const: arm,primecell
88 - const: arm,coresight-cti-v8-arch
89 - const: arm,coresight-cti
90 - const: arm,primecell
99 base cti node if compatible string arm,coresight-cti-v8-arch is used,
102 arm,cti-ctm-id:
109 arm,cs-dev-assoc:
115 compatible string arm,coresight-cti-v8-arch used. If the associated
142 arm,trig-in-sigs:
149 arm,trig-in-types:
156 arm,trig-in-sigs array. If the -types array is smaller, or omitted
159 arm,trig-out-sigs:
166 arm,trig-out-types:
173 in the arm,trig-out-sigs array. If the "-types" array is smaller,
176 arm,trig-filters:
184 arm,trig-conn-name:
188 arm,cs-dev-assoc properties are not being used in this connection.
194 - arm,trig-in-sigs
196 - arm,trig-out-sigs
199 - arm,trig-conn-name
203 - arm,cs-dev-assoc
217 const: arm,coresight-cti-v8-arch
229 compatible = "arm,coresight-cti", "arm,primecell";
239 compatible = "arm,coresight-cti-v8-arch", "arm,coresight-cti",
240 "arm,primecell";
247 arm,cs-dev-assoc = <&etm1>;
250 # Shows use of type constants from dt-bindings/arm/coresight-cti-dt.h
253 #include <dt-bindings/arm/coresight-cti-dt.h>
256 compatible = "arm,coresight-cti", "arm,primecell";
262 arm,cti-ctm-id = <1>;
269 arm,trig-in-sigs = <4 5 6 7>;
270 arm,trig-in-types = <ETM_EXTOUT
274 arm,trig-out-sigs = <4 5 6 7>;
275 arm,trig-out-types = <ETM_EXTIN
279 arm,cs-dev-assoc = <&etm0>;
285 arm,trig-in-sigs = <0 1>;
286 arm,trig-in-types = <PE_DBGTRIGGER
288 arm,trig-out-sigs=<0 1 2 >;
289 arm,trig-out-types = <PE_EDBGREQ
293 arm,trig-filters = <0>;
299 compatible = "arm,coresight-cti", "arm,primecell";
310 arm,trig-in-sigs=<0>;
311 arm,trig-in-types=<GEN_INTREQ>;
312 arm,trig-out-sigs=<0>;
313 arm,trig-out-types=<GEN_HALTREQ>;
314 arm,trig-conn-name = "sys_profiler";
319 arm,trig-out-sigs=<2 3>;
320 arm,trig-out-types=<GEN_HALTREQ GEN_RESTARTREQ>;
321 arm,trig-conn-name = "watchdog";
326 arm,trig-in-sigs=<1 6>;
327 arm,trig-in-types=<GEN_HALTREQ GEN_RESTARTREQ>;
328 arm,trig-conn-name = "g_counter";