Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.13.7.
  1/dts-v1/;
  2
  3#include <dt-bindings/interrupt-controller/irq.h>
  4#include <dt-bindings/clock/qcom,gcc-msm8974.h>
  5#include "skeleton.dtsi"
  6
  7/ {
  8	model = "Qualcomm MSM8974";
  9	compatible = "qcom,msm8974";
 10	interrupt-parent = <&intc>;
 11
 12	reserved-memory {
 13		#address-cells = <1>;
 14		#size-cells = <1>;
 15		ranges;
 16
 17		mpss@08000000 {
 18			reg = <0x08000000 0x5100000>;
 19			no-map;
 20		};
 21
 22		mba@00d100000 {
 23			reg = <0x0d100000 0x100000>;
 24			no-map;
 25		};
 26
 27		reserved@0d200000 {
 28			reg = <0x0d200000 0xa00000>;
 29			no-map;
 30		};
 31
 32		adsp@0dc00000 {
 33			reg = <0x0dc00000 0x1900000>;
 34			no-map;
 35		};
 36
 37		venus@0f500000 {
 38			reg = <0x0f500000 0x500000>;
 39			no-map;
 40		};
 41
 42		smem_region: smem@fa00000 {
 43			reg = <0xfa00000 0x200000>;
 44			no-map;
 45		};
 46
 47		tz@0fc00000 {
 48			reg = <0x0fc00000 0x160000>;
 49			no-map;
 50		};
 51
 52		efs@0fd600000 {
 53			reg = <0x0fd60000 0x1a0000>;
 54			no-map;
 55		};
 56
 57		unused@0ff00000 {
 58			reg = <0x0ff00000 0x10100000>;
 59			no-map;
 60		};
 61	};
 62
 63	cpus {
 64		#address-cells = <1>;
 65		#size-cells = <0>;
 66		interrupts = <1 9 0xf04>;
 67
 68		cpu@0 {
 69			compatible = "qcom,krait";
 70			enable-method = "qcom,kpss-acc-v2";
 71			device_type = "cpu";
 72			reg = <0>;
 73			next-level-cache = <&L2>;
 74			qcom,acc = <&acc0>;
 75			qcom,saw = <&saw0>;
 76			cpu-idle-states = <&CPU_SPC>;
 77		};
 78
 79		cpu@1 {
 80			compatible = "qcom,krait";
 81			enable-method = "qcom,kpss-acc-v2";
 82			device_type = "cpu";
 83			reg = <1>;
 84			next-level-cache = <&L2>;
 85			qcom,acc = <&acc1>;
 86			qcom,saw = <&saw1>;
 87			cpu-idle-states = <&CPU_SPC>;
 88		};
 89
 90		cpu@2 {
 91			compatible = "qcom,krait";
 92			enable-method = "qcom,kpss-acc-v2";
 93			device_type = "cpu";
 94			reg = <2>;
 95			next-level-cache = <&L2>;
 96			qcom,acc = <&acc2>;
 97			qcom,saw = <&saw2>;
 98			cpu-idle-states = <&CPU_SPC>;
 99		};
100
101		cpu@3 {
102			compatible = "qcom,krait";
103			enable-method = "qcom,kpss-acc-v2";
104			device_type = "cpu";
105			reg = <3>;
106			next-level-cache = <&L2>;
107			qcom,acc = <&acc3>;
108			qcom,saw = <&saw3>;
109			cpu-idle-states = <&CPU_SPC>;
110		};
111
112		L2: l2-cache {
113			compatible = "cache";
114			cache-level = <2>;
115			qcom,saw = <&saw_l2>;
116		};
117
118		idle-states {
119			CPU_SPC: spc {
120				compatible = "qcom,idle-state-spc",
121						"arm,idle-state";
122				entry-latency-us = <150>;
123				exit-latency-us = <200>;
124				min-residency-us = <2000>;
125			};
126		};
127	};
128
129	cpu-pmu {
130		compatible = "qcom,krait-pmu";
131		interrupts = <1 7 0xf04>;
132	};
133
134	clocks {
135		xo_board {
136			compatible = "fixed-clock";
137			#clock-cells = <0>;
138			clock-frequency = <19200000>;
139		};
140
141		sleep_clk {
142			compatible = "fixed-clock";
143			#clock-cells = <0>;
144			clock-frequency = <32768>;
145		};
146	};
147
148	timer {
149		compatible = "arm,armv7-timer";
150		interrupts = <1 2 0xf08>,
151			     <1 3 0xf08>,
152			     <1 4 0xf08>,
153			     <1 1 0xf08>;
154		clock-frequency = <19200000>;
155	};
156
157	smem {
158		compatible = "qcom,smem";
159
160		memory-region = <&smem_region>;
161		qcom,rpm-msg-ram = <&rpm_msg_ram>;
162
163		hwlocks = <&tcsr_mutex 3>;
164	};
165
166	smp2p-wcnss {
167		compatible = "qcom,smp2p";
168		qcom,smem = <451>, <431>;
169
170		interrupt-parent = <&intc>;
171		interrupts = <0 143 IRQ_TYPE_EDGE_RISING>;
172
173		qcom,ipc = <&apcs 8 18>;
174
175		qcom,local-pid = <0>;
176		qcom,remote-pid = <4>;
177
178		wcnss_smp2p_out: master-kernel {
179			qcom,entry-name = "master-kernel";
180
181			#qcom,state-cells = <1>;
182		};
183
184		wcnss_smp2p_in: slave-kernel {
185			qcom,entry-name = "slave-kernel";
186
187			interrupt-controller;
188			#interrupt-cells = <2>;
189		};
190	};
191
192	smsm {
193		compatible = "qcom,smsm";
194
195		#address-cells = <1>;
196		#size-cells = <0>;
197
198		qcom,ipc-1 = <&apcs 8 13>;
199		qcom,ipc-2 = <&apcs 8 9>;
200		qcom,ipc-3 = <&apcs 8 19>;
201
202		apps_smsm: apps@0 {
203			reg = <0>;
204
205			#qcom,state-cells = <1>;
206		};
207
208		modem_smsm: modem@1 {
209			reg = <1>;
210			interrupts = <0 26 IRQ_TYPE_EDGE_RISING>;
211
212			interrupt-controller;
213			#interrupt-cells = <2>;
214		};
215
216		adsp_smsm: adsp@2 {
217			reg = <2>;
218			interrupts = <0 157 IRQ_TYPE_EDGE_RISING>;
219
220			interrupt-controller;
221			#interrupt-cells = <2>;
222		};
223
224		wcnss_smsm: wcnss@7 {
225			reg = <7>;
226			interrupts = <0 144 IRQ_TYPE_EDGE_RISING>;
227
228			interrupt-controller;
229			#interrupt-cells = <2>;
230		};
231	};
232
233	soc: soc {
234		#address-cells = <1>;
235		#size-cells = <1>;
236		ranges;
237		compatible = "simple-bus";
238
239		intc: interrupt-controller@f9000000 {
240			compatible = "qcom,msm-qgic2";
241			interrupt-controller;
242			#interrupt-cells = <3>;
243			reg = <0xf9000000 0x1000>,
244			      <0xf9002000 0x1000>;
245		};
246
247		apcs: syscon@f9011000 {
248			compatible = "syscon";
249			reg = <0xf9011000 0x1000>;
250		};
251
252		timer@f9020000 {
253			#address-cells = <1>;
254			#size-cells = <1>;
255			ranges;
256			compatible = "arm,armv7-timer-mem";
257			reg = <0xf9020000 0x1000>;
258			clock-frequency = <19200000>;
259
260			frame@f9021000 {
261				frame-number = <0>;
262				interrupts = <0 8 0x4>,
263					     <0 7 0x4>;
264				reg = <0xf9021000 0x1000>,
265				      <0xf9022000 0x1000>;
266			};
267
268			frame@f9023000 {
269				frame-number = <1>;
270				interrupts = <0 9 0x4>;
271				reg = <0xf9023000 0x1000>;
272				status = "disabled";
273			};
274
275			frame@f9024000 {
276				frame-number = <2>;
277				interrupts = <0 10 0x4>;
278				reg = <0xf9024000 0x1000>;
279				status = "disabled";
280			};
281
282			frame@f9025000 {
283				frame-number = <3>;
284				interrupts = <0 11 0x4>;
285				reg = <0xf9025000 0x1000>;
286				status = "disabled";
287			};
288
289			frame@f9026000 {
290				frame-number = <4>;
291				interrupts = <0 12 0x4>;
292				reg = <0xf9026000 0x1000>;
293				status = "disabled";
294			};
295
296			frame@f9027000 {
297				frame-number = <5>;
298				interrupts = <0 13 0x4>;
299				reg = <0xf9027000 0x1000>;
300				status = "disabled";
301			};
302
303			frame@f9028000 {
304				frame-number = <6>;
305				interrupts = <0 14 0x4>;
306				reg = <0xf9028000 0x1000>;
307				status = "disabled";
308			};
309		};
310
311		saw0: power-controller@f9089000 {
312			compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
313			reg = <0xf9089000 0x1000>, <0xf9009000 0x1000>;
314		};
315
316		saw1: power-controller@f9099000 {
317			compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
318			reg = <0xf9099000 0x1000>, <0xf9009000 0x1000>;
319		};
320
321		saw2: power-controller@f90a9000 {
322			compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
323			reg = <0xf90a9000 0x1000>, <0xf9009000 0x1000>;
324		};
325
326		saw3: power-controller@f90b9000 {
327			compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
328			reg = <0xf90b9000 0x1000>, <0xf9009000 0x1000>;
329		};
330
331		saw_l2: power-controller@f9012000 {
332			compatible = "qcom,saw2";
333			reg = <0xf9012000 0x1000>;
334			regulator;
335		};
336
337		acc0: clock-controller@f9088000 {
338			compatible = "qcom,kpss-acc-v2";
339			reg = <0xf9088000 0x1000>, <0xf9008000 0x1000>;
340		};
341
342		acc1: clock-controller@f9098000 {
343			compatible = "qcom,kpss-acc-v2";
344			reg = <0xf9098000 0x1000>, <0xf9008000 0x1000>;
345		};
346
347		acc2: clock-controller@f90a8000 {
348			compatible = "qcom,kpss-acc-v2";
349			reg = <0xf90a8000 0x1000>, <0xf9008000 0x1000>;
350		};
351
352		acc3: clock-controller@f90b8000 {
353			compatible = "qcom,kpss-acc-v2";
354			reg = <0xf90b8000 0x1000>, <0xf9008000 0x1000>;
355		};
356
357		restart@fc4ab000 {
358			compatible = "qcom,pshold";
359			reg = <0xfc4ab000 0x4>;
360		};
361
362		gcc: clock-controller@fc400000 {
363			compatible = "qcom,gcc-msm8974";
364			#clock-cells = <1>;
365			#reset-cells = <1>;
366			#power-domain-cells = <1>;
367			reg = <0xfc400000 0x4000>;
368		};
369
370		tcsr_mutex_block: syscon@fd484000 {
371			compatible = "syscon";
372			reg = <0xfd484000 0x2000>;
373		};
374
375		mmcc: clock-controller@fd8c0000 {
376			compatible = "qcom,mmcc-msm8974";
377			#clock-cells = <1>;
378			#reset-cells = <1>;
379			#power-domain-cells = <1>;
380			reg = <0xfd8c0000 0x6000>;
381		};
382
383		tcsr_mutex: tcsr-mutex {
384			compatible = "qcom,tcsr-mutex";
385			syscon = <&tcsr_mutex_block 0 0x80>;
386
387			#hwlock-cells = <1>;
388		};
389
390		rpm_msg_ram: memory@fc428000 {
391			compatible = "qcom,rpm-msg-ram";
392			reg = <0xfc428000 0x4000>;
393		};
394
395		blsp1_uart2: serial@f991e000 {
396			compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
397			reg = <0xf991e000 0x1000>;
398			interrupts = <0 108 0x0>;
399			clocks = <&gcc GCC_BLSP1_UART2_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>;
400			clock-names = "core", "iface";
401			status = "disabled";
402		};
403
404		sdhci@f9824900 {
405			compatible = "qcom,sdhci-msm-v4";
406			reg = <0xf9824900 0x11c>, <0xf9824000 0x800>;
407			reg-names = "hc_mem", "core_mem";
408			interrupts = <0 123 0>, <0 138 0>;
409			interrupt-names = "hc_irq", "pwr_irq";
410			clocks = <&gcc GCC_SDCC1_APPS_CLK>, <&gcc GCC_SDCC1_AHB_CLK>;
411			clock-names = "core", "iface";
412			status = "disabled";
413		};
414
415		sdhci@f98a4900 {
416			compatible = "qcom,sdhci-msm-v4";
417			reg = <0xf98a4900 0x11c>, <0xf98a4000 0x800>;
418			reg-names = "hc_mem", "core_mem";
419			interrupts = <0 125 0>, <0 221 0>;
420			interrupt-names = "hc_irq", "pwr_irq";
421			clocks = <&gcc GCC_SDCC2_APPS_CLK>, <&gcc GCC_SDCC2_AHB_CLK>;
422			clock-names = "core", "iface";
423			status = "disabled";
424		};
425
426		rng@f9bff000 {
427			compatible = "qcom,prng";
428			reg = <0xf9bff000 0x200>;
429			clocks = <&gcc GCC_PRNG_AHB_CLK>;
430			clock-names = "core";
431		};
432
433		msmgpio: pinctrl@fd510000 {
434			compatible = "qcom,msm8974-pinctrl";
435			reg = <0xfd510000 0x4000>;
436			gpio-controller;
437			#gpio-cells = <2>;
438			interrupt-controller;
439			#interrupt-cells = <2>;
440			interrupts = <0 208 0>;
441		};
442
443		blsp_i2c8: i2c@f9964000 {
444			status = "disabled";
445			compatible = "qcom,i2c-qup-v2.1.1";
446			reg = <0xf9964000 0x1000>;
447			interrupts = <0 102 IRQ_TYPE_NONE>;
448			clocks = <&gcc GCC_BLSP2_QUP2_I2C_APPS_CLK>, <&gcc GCC_BLSP2_AHB_CLK>;
449			clock-names = "core", "iface";
450			#address-cells = <1>;
451			#size-cells = <0>;
452		};
453
454		blsp_i2c11: i2c@f9967000 {
455			status = "disabled";
456			compatible = "qcom,i2c-qup-v2.1.1";
457			reg = <0xf9967000 0x1000>;
458			interrupts = <0 105 IRQ_TYPE_NONE>;
459			clocks = <&gcc GCC_BLSP2_QUP5_I2C_APPS_CLK>, <&gcc GCC_BLSP2_AHB_CLK>;
460			clock-names = "core", "iface";
461			#address-cells = <1>;
462			#size-cells = <0>;
463		};
464
465		spmi_bus: spmi@fc4cf000 {
466			compatible = "qcom,spmi-pmic-arb";
467			reg-names = "core", "intr", "cnfg";
468			reg = <0xfc4cf000 0x1000>,
469			      <0xfc4cb000 0x1000>,
470			      <0xfc4ca000 0x1000>;
471			interrupt-names = "periph_irq";
472			interrupts = <0 190 0>;
473			qcom,ee = <0>;
474			qcom,channel = <0>;
475			#address-cells = <2>;
476			#size-cells = <0>;
477			interrupt-controller;
478			#interrupt-cells = <4>;
479		};
480	};
481
482	smd {
483		compatible = "qcom,smd";
484
485		rpm {
486			interrupts = <0 168 1>;
487			qcom,ipc = <&apcs 8 0>;
488			qcom,smd-edge = <15>;
489
490			rpm_requests {
491				compatible = "qcom,rpm-msm8974";
492				qcom,smd-channels = "rpm_requests";
493
494				pm8841-regulators {
495					compatible = "qcom,rpm-pm8841-regulators";
496
497					pm8841_s1: s1 {};
498					pm8841_s2: s2 {};
499					pm8841_s3: s3 {};
500					pm8841_s4: s4 {};
501					pm8841_s5: s5 {};
502					pm8841_s6: s6 {};
503					pm8841_s7: s7 {};
504					pm8841_s8: s8 {};
505				};
506
507				pm8941-regulators {
508					compatible = "qcom,rpm-pm8941-regulators";
509
510					pm8941_s1: s1 {};
511					pm8941_s2: s2 {};
512					pm8941_s3: s3 {};
513					pm8941_5v: s4 {};
514
515					pm8941_l1: l1 {};
516					pm8941_l2: l2 {};
517					pm8941_l3: l3 {};
518					pm8941_l4: l4 {};
519					pm8941_l5: l5 {};
520					pm8941_l6: l6 {};
521					pm8941_l7: l7 {};
522					pm8941_l8: l8 {};
523					pm8941_l9: l9 {};
524					pm8941_l10: l10 {};
525					pm8941_l11: l11 {};
526					pm8941_l12: l12 {};
527					pm8941_l13: l13 {};
528					pm8941_l14: l14 {};
529					pm8941_l15: l15 {};
530					pm8941_l16: l16 {};
531					pm8941_l17: l17 {};
532					pm8941_l18: l18 {};
533					pm8941_l19: l19 {};
534					pm8941_l20: l20 {};
535					pm8941_l21: l21 {};
536					pm8941_l22: l22 {};
537					pm8941_l23: l23 {};
538					pm8941_l24: l24 {};
539
540					pm8941_lvs1: lvs1 {};
541					pm8941_lvs2: lvs2 {};
542					pm8941_lvs3: lvs3 {};
543
544					pm8941_5vs1: 5vs1 {};
545					pm8941_5vs2: 5vs2 {};
546				};
547			};
548		};
549	};
550};