Lines Matching full:arm

5 $id: http://devicetree.org/schemas/arm/arm,coresight-cti.yaml#
8 title: ARM Coresight Cross Trigger Interface (CTI) device.
31 are implementation defined, except when the CTI is connected to an ARM v8
34 In this case the ARM v8 architecture defines the required signal connections
37 indicate this feature (arm,coresight-cti-v8-arch).
52 constants defined in <dt-bindings/arm/coresight-cti-dt.h>
66 - $ref: /schemas/arm/primecell.yaml#
68 # Need a custom select here or 'arm,primecell' will match on lots of nodes
74 - arm,coresight-cti
84 - const: arm,coresight-cti
85 - const: arm,primecell
87 - const: arm,coresight-cti-v8-arch
88 - const: arm,coresight-cti
89 - const: arm,primecell
101 arm,cti-ctm-id:
108 arm,cs-dev-assoc:
114 arm,coresight-cti-v8-arch used. If the associated device has not been
147 arm,cs-dev-assoc:
158 arm,trig-in-sigs:
165 arm,trig-in-types:
172 arm,trig-in-sigs array. If the -types array is smaller, or omitted
175 arm,trig-out-sigs:
182 arm,trig-out-types:
189 in the arm,trig-out-sigs array. If the "-types" array is smaller,
192 arm,trig-filters:
200 arm,trig-conn-name:
204 arm,cs-dev-assoc properties are not being used in this connection.
210 - arm,trig-in-sigs
212 - arm,trig-out-sigs
215 - arm,trig-conn-name
219 - arm,cs-dev-assoc
233 const: arm,coresight-cti-v8-arch
245 compatible = "arm,coresight-cti", "arm,primecell";
255 compatible = "arm,coresight-cti-v8-arch", "arm,coresight-cti",
256 "arm,primecell";
263 arm,cs-dev-assoc = <&etm1>;
266 # Shows use of type constants from dt-bindings/arm/coresight-cti-dt.h
269 #include <dt-bindings/arm/coresight-cti-dt.h>
272 compatible = "arm,coresight-cti", "arm,primecell";
278 arm,cti-ctm-id = <1>;
285 arm,trig-in-sigs = <4 5 6 7>;
286 arm,trig-in-types = <ETM_EXTOUT
290 arm,trig-out-sigs = <4 5 6 7>;
291 arm,trig-out-types = <ETM_EXTIN
295 arm,cs-dev-assoc = <&etm0>;
301 arm,trig-in-sigs = <0 1>;
302 arm,trig-in-types = <PE_DBGTRIGGER
304 arm,trig-out-sigs = <0 1 2 >;
305 arm,trig-out-types = <PE_EDBGREQ
309 arm,trig-filters = <0>;
315 compatible = "arm,coresight-cti", "arm,primecell";
326 arm,trig-in-sigs = <0>;
327 arm,trig-in-types = <GEN_INTREQ>;
328 arm,trig-out-sigs = <0>;
329 arm,trig-out-types = <GEN_HALTREQ>;
330 arm,trig-conn-name = "sys_profiler";
335 arm,trig-out-sigs = <2 3>;
336 arm,trig-out-types = <GEN_HALTREQ GEN_RESTARTREQ>;
337 arm,trig-conn-name = "watchdog";
342 arm,trig-in-sigs = <1 6>;
343 arm,trig-in-types = <GEN_HALTREQ GEN_RESTARTREQ>;
344 arm,trig-conn-name = "g_counter";