Lines Matching +full:in +full:- +full:ports
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/arm/arm,coresight-dynamic-funnel.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mathieu Poirier <mathieu.poirier@linaro.org>
11 - Mike Leach <mike.leach@linaro.org>
12 - Leo Yan <leo.yan@linaro.org>
13 - Suzuki K Poulose <suzuki.poulose@arm.com>
17 specification and can be connected in various topologies to suit a particular
23 The Coresight funnel merges 2-8 trace sources into a single trace
24 stream with programmable enable and priority of input ports.
31 const: arm,coresight-dynamic-funnel
33 - compatible
36 - $ref: /schemas/arm/primecell.yaml#
41 - const: arm,coresight-dynamic-funnel
42 - const: arm,primecell
51 clock-names:
54 - const: apb_pclk
55 - const: atclk
57 power-domains:
60 in-ports:
61 $ref: /schemas/graph.yaml#/properties/ports
64 '^port(@[0-7])?$':
68 out-ports:
69 $ref: /schemas/graph.yaml#/properties/ports
78 - compatible
79 - reg
80 - clocks
81 - clock-names
82 - in-ports
83 - out-ports
88 - |
90 compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
94 clock-names = "apb_pclk";
95 out-ports {
98 remote-endpoint = <&replicator_in_port0>;
103 in-ports {
104 #address-cells = <1>;
105 #size-cells = <0>;
110 remote-endpoint = <&ptm0_out_port>;
117 remote-endpoint = <&ptm1_out_port>;
124 remote-endpoint = <&etm0_out_port>;