aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/msm8916-coresight.dtsi
blob: c008dc7a32bb9495262f004d7162a3f4e310390d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
/*
 * Copyright (c) 2013 - 2015, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

&soc {

	tpiu@820000 {
		compatible = "arm,coresight-tpiu", "arm,primecell";
		reg = <0x820000 0x1000>;

		clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
		clock-names = "apb_pclk", "atclk";

		port {
			tpiu_in: endpoint {
				slave-mode;
				remote-endpoint = <&replicator_out1>;
			};
		};
	};

	funnel@821000 {
		compatible = "arm,coresight-funnel", "arm,primecell";
		reg = <0x821000 0x1000>;

		clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
		clock-names = "apb_pclk", "atclk";

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			/*
			 * Not described input ports:
			 * 0 - connected to Resource and Power Manger CPU ETM
			 * 1 - not-connected
			 * 2 - connected to Modem CPU ETM
			 * 3 - not-connected
			 * 5 - not-connected
			 * 6 - connected trought funnel to Wireless CPU ETM
			 * 7 - connected to STM component
			 */
			port@4 {
				reg = <4>;
				funnel0_in4: endpoint {
					slave-mode;
					remote-endpoint = <&funnel1_out>;
				};
			};
			port@8 {
				reg = <0>;
				funnel0_out: endpoint {
					remote-endpoint = <&etf_in>;
				};
			};
		};
	};

	replicator@824000 {
		compatible = "qcom,coresight-replicator1x", "arm,primecell";
		reg = <0x824000 0x1000>;

		clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
		clock-names = "apb_pclk", "atclk";

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;
				replicator_out0: endpoint {
					remote-endpoint = <&etr_in>;
				};
			};
			port@1 {
				reg = <1>;
				replicator_out1: endpoint {
					remote-endpoint = <&tpiu_in>;
				};
			};
			port@2 {
				reg = <0>;
				replicator_in: endpoint {
					slave-mode;
					remote-endpoint = <&etf_out>;
				};
			};
		};
	};

	etf@825000 {
		compatible = "arm,coresight-tmc", "arm,primecell";
		reg = <0x825000 0x1000>;

		clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
		clock-names = "apb_pclk", "atclk";

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;
				etf_out: endpoint {
					remote-endpoint = <&replicator_in>;
				};
			};
			port@1 {
				reg = <0>;
				etf_in: endpoint {
					slave-mode;
					remote-endpoint = <&funnel0_out>;
				};
			};
		};
	};

	etr@826000 {
		compatible = "arm,coresight-tmc", "arm,primecell";
		reg = <0x826000 0x1000>;

		clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
		clock-names = "apb_pclk", "atclk";

		port {
			etr_in: endpoint {
				slave-mode;
				remote-endpoint = <&replicator_out0>;
			};
		};
	};

	funnel@841000 {	/* APSS funnel only 4 inputs are used */
		compatible = "arm,coresight-funnel", "arm,primecell";
		reg = <0x841000 0x1000>;

		clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
		clock-names = "apb_pclk", "atclk";

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;
				funnel1_in0: endpoint {
					slave-mode;
					remote-endpoint = <&etm0_out>;
				};
			};
			port@1 {
				reg = <1>;
				funnel1_in1: endpoint {
					slave-mode;
					remote-endpoint = <&etm1_out>;
				};
			};
			port@2 {
				reg = <2>;
				funnel1_in2: endpoint {
					slave-mode;
					remote-endpoint = <&etm2_out>;
				};
			};
			port@3 {
				reg = <3>;
				funnel1_in3: endpoint {
					slave-mode;
					remote-endpoint = <&etm3_out>;
				};
			};
			port@4 {
				reg = <0>;
				funnel1_out: endpoint {
					remote-endpoint = <&funnel0_in4>;
				};
			};
		};
	};

	etm@85c000 {
		compatible = "arm,coresight-etm4x", "arm,primecell";
		reg = <0x85c000 0x1000>;

		clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
		clock-names = "apb_pclk", "atclk";

		cpu = <&CPU0>;

		port {
			etm0_out: endpoint {
				remote-endpoint = <&funnel1_in0>;
			};
		};
	};

	etm@85d000 {
		compatible = "arm,coresight-etm4x", "arm,primecell";
		reg = <0x85d000 0x1000>;

		clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
		clock-names = "apb_pclk", "atclk";

		cpu = <&CPU1>;

		port {
			etm1_out: endpoint {
				remote-endpoint = <&funnel1_in1>;
			};
		};
	};

	etm@85e000 {
		compatible = "arm,coresight-etm4x", "arm,primecell";
		reg = <0x85e000 0x1000>;

		clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
		clock-names = "apb_pclk", "atclk";

		cpu = <&CPU2>;

		port {
			etm2_out: endpoint {
				remote-endpoint = <&funnel1_in2>;
			};
		};
	};

	etm@85f000 {
		compatible = "arm,coresight-etm4x", "arm,primecell";
		reg = <0x85f000 0x1000>;

		clocks = <&rpmcc RPM_QDSS_CLK>, <&rpmcc RPM_QDSS_A_CLK>;
		clock-names = "apb_pclk", "atclk";

		cpu = <&CPU3>;

		port {
			etm3_out: endpoint {
				remote-endpoint = <&funnel1_in3>;
			};
		};
	};
};