1 // SPDX-License-Identifier: GPL-2.0
3 funnel@20130000 { /* cssys1 */
4 compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
5 reg = <0 0x20130000 0 0x1000>;
7 clocks = <&soc_smc50mhz>;
8 clock-names = "apb_pclk";
9 power-domains = <&scpi_devpd 0>;
12 csys1_funnel_out_port: endpoint {
13 remote-endpoint = <&etf1_in_port>;
19 csys1_funnel_in_port0: endpoint {
26 etf@20140000 { /* etf1 */
27 compatible = "arm,coresight-tmc", "arm,primecell";
28 reg = <0 0x20140000 0 0x1000>;
30 clocks = <&soc_smc50mhz>;
31 clock-names = "apb_pclk";
32 power-domains = <&scpi_devpd 0>;
35 etf1_in_port: endpoint {
36 remote-endpoint = <&csys1_funnel_out_port>;
42 etf1_out_port: endpoint {
43 remote-endpoint = <&csys2_funnel_in_port1>;
49 funnel@20150000 { /* cssys2 */
50 compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
51 reg = <0 0x20150000 0 0x1000>;
53 clocks = <&soc_smc50mhz>;
54 clock-names = "apb_pclk";
55 power-domains = <&scpi_devpd 0>;
58 csys2_funnel_out_port: endpoint {
59 remote-endpoint = <&replicator_in_port0>;
69 csys2_funnel_in_port0: endpoint {
71 remote-endpoint = <&etf0_out_port>;
77 csys2_funnel_in_port1: endpoint {
79 remote-endpoint = <&etf1_out_port>;