Lines Matching +full:per +full:- +full:cpu
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/arm,embedded-trace-extension.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Suzuki K Poulose <suzuki.poulose@arm.com>
12 - Mathieu Poirier <mathieu.poirier@linaro.org>
15 Arm Embedded Trace Extension(ETE) is a per CPU trace component that
16 allows tracing the CPU execution. It overlaps with the CoreSight ETMv4
19 components (e.g, TMC-ETR) or other means (e.g, using a per CPU buffer
21 legacy CoreSight components, a node must be listed per instance, along
22 with any optional connection graph as per the coresight bindings.
26 pattern: "^ete([0-9a-f]+)$"
29 - const: arm,embedded-trace-extension
31 cpu:
33 Handle to the cpu this ETE is bound to.
36 power-domains:
39 out-ports:
49 - compatible
50 - cpu
57 - |
59 compatible = "arm,embedded-trace-extension";
60 cpu = <&cpu_0>;
63 - |
65 compatible = "arm,embedded-trace-extension";
66 cpu = <&cpu_1>;
68 out-ports { /* legacy coresight connection */
71 remote-endpoint = <&funnel_in_port0>;