Lines Matching +full:per +full:- +full:cpu
1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
4 ---
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.
27 pattern: "^ete([0-9a-f]+)$"
30 - const: arm,embedded-trace-extension
32 cpu:
34 Handle to the cpu this ETE is bound to.
37 out-ports:
47 - compatible
48 - cpu
55 - |
57 compatible = "arm,embedded-trace-extension";
58 cpu = <&cpu_0>;
61 - |
63 compatible = "arm,embedded-trace-extension";
64 cpu = <&cpu_1>;
66 out-ports { /* legacy coresight connection */
69 remote-endpoint = <&funnel_in_port0>;