Lines Matching +full:embedded +full:- +full:trace +full:- +full:extension
1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
4 ---
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: ARM Embedded Trace Extensions
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
18 The trace generated by the ETE could be stored via legacy CoreSight
19 components (e.g, TMC-ETR) or other means (e.g, using a per CPU buffer
20 Arm Trace Buffer Extension (TRBE)). Since the ETE can be connected to
27 pattern: "^ete([0-9a-f]+)$"
30 - const: arm,embedded-trace-extension
37 out-ports:
39 Output connections from the ETE to legacy CoreSight trace bus.
43 description: Output connection from the ETE to legacy CoreSight Trace bus.
47 - compatible
48 - cpu
55 - |
57 compatible = "arm,embedded-trace-extension";
61 - |
63 compatible = "arm,embedded-trace-extension";
66 out-ports { /* legacy coresight connection */
69 remote-endpoint = <&funnel_in_port0>;