summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-xen.dtsi
blob: e4fc23b09c4954fada03e09d38eaf3a8a1bb3ea3 (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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
/*
 * Copyright 2018 NXP
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * 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.
 */

/*
 * This dtsi is used by dom0 mainly for passthrough devices to domu.
 */
/ {
	/delete-node/ thermal-zones;

	/delete-node/ wu;

	/*
	 * This is just to avoid renaming all other edma0 nodes, so choose
	 * edma0a and edma0d here.
	 */
	edma0a: dma-controller0@5a200000 {
		compatible = "fsl,imx8qm-edma";
		reg = <0x0 0x5a200000 0x0 0x10000>, /* channel0 LPSPI0 rx */
		      <0x0 0x5a210000 0x0 0x10000>; /* channel1 LPSPI0 tx */
		#dma-cells = <3>;
		dma-channels = <2>;
		interrupts = <GIC_SPI 416 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 417 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma0-chan0-rx", "edma0-chan1-tx";
		fsl,sc_rsrc_id = <SC_R_DMA_0_CH0>,
				 <SC_R_DMA_0_CH1>;
		status = "okay";
	};

	edma0d: dma-controller0@5a260000 {
		compatible = "fsl,imx8qm-edma";
		reg = <0x0 0x5a260000 0x0 0x10000>, /* channel6 LPSPI3 rx */
		      <0x0 0x5a270000 0x0 0x10000>; /* channel7 LPSPI3 tx */
		#dma-cells = <3>;
		dma-channels = <2>;
		interrupts = <GIC_SPI 422 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 423 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma0-chan6-rx", "edma0-chan7-tx";
		fsl,sc_rsrc_id = <SC_R_DMA_0_CH6>,
				 <SC_R_DMA_0_CH7>;
		status = "okay";
	};

	edma00: dma-controller0@5a2c0000 {
		compatible = "fsl,imx8qm-edma";
		reg = <0x0 0x5a2c0000 0x0 0x10000>, /* channel12 UART0 rx */
		      <0x0 0x5a2d0000 0x0 0x10000>; /* channel13 UART0 tx */
		#dma-cells = <3>;
		dma-channels = <2>;
		interrupts = <GIC_SPI 434 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 435 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma0-chan12-rx", "edma0-chan13-tx";
		fsl,sc_rsrc_id = <SC_R_DMA_0_CH12>,
				 <SC_R_DMA_0_CH13>;
		status = "okay";
	};

	edma01: dma-controller1@5a2e0000 {
		compatible = "fsl,imx8qm-edma";
		reg = <0x0 0x5a2e0000 0x0 0x10000>, /* channel14 UART1 rx */
		      <0x0 0x5a2f0000 0x0 0x10000>; /* channel15 UART1 tx */
		#dma-cells = <3>;
		dma-channels = <2>;
		interrupts = <GIC_SPI 436 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 437 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma0-chan14-rx", "edma0-chan15-tx";
		fsl,sc_rsrc_id = <SC_R_DMA_0_CH14>,
				 <SC_R_DMA_0_CH15>;
		status = "okay";
	};

	edma02: dma-controller2@5a300000 {
		compatible = "fsl,imx8qm-edma";
		reg = <0x0 0x5a300000 0x0 0x10000>, /* channel16 UART2 rx */
		      <0x0 0x5a310000 0x0 0x10000>; /* channel17 UART2 tx */
		#dma-cells = <3>;
		dma-channels = <2>;
		interrupts = <GIC_SPI 438 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 439 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma0-chan16-rx", "edma0-chan17-tx";
		fsl,sc_rsrc_id = <SC_R_DMA_0_CH16>,
				 <SC_R_DMA_0_CH17>;
		status = "okay";
	};

	edma03: dma-controller3@5a320000 {
		compatible = "fsl,imx8qm-edma";
		reg = <0x0 0x5a320000 0x0 0x10000>, /* channel18 UART3 rx */
		      <0x0 0x5a330000 0x0 0x10000>; /* channel19 UART3 tx */
		#dma-cells = <3>;
		dma-channels = <2>;
		interrupts = <GIC_SPI 440 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 441 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma0-chan18-rx", "edma0-chan19-tx";
		fsl,sc_rsrc_id = <SC_R_DMA_0_CH18>,
				 <SC_R_DMA_0_CH19>;
		status = "okay";
	};

	edma04: dma-controller4@5a340000 {
		compatible = "fsl,imx8qm-edma";
		reg = <0x0 0x5a340000 0x0 0x10000>, /* channel20 UART4 rx */
		      <0x0 0x5a350000 0x0 0x10000>; /* channel21 UART4 tx */
		#dma-cells = <3>;
		dma-channels = <2>;
		interrupts = <GIC_SPI 442 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 443 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma0-chan20-rx", "edma0-chan21-tx";
		fsl,sc_rsrc_id = <SC_R_DMA_0_CH20>,
				 <SC_R_DMA_0_CH21>;
		status = "okay";
	};

	edma20: dma-controller@59200000 {
		compatible = "fsl,imx8qm-adma";
		reg = <0x0 0x59200000 0x0 0x10000>, /* asrc0 */
			<0x0 0x59210000 0x0 0x10000>,
			<0x0 0x59220000 0x0 0x10000>,
			<0x0 0x59230000 0x0 0x10000>,
			<0x0 0x59240000 0x0 0x10000>,
			<0x0 0x59250000 0x0 0x10000>;
		#dma-cells = <3>;
		shared-interrupt;
		dma-channels = <6>;
		interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>, /* asrc0 */
				<GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 376 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 377 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 378 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma2-chan0-rx", "edma2-chan1-rx", /* asrc0 */
				"edma2-chan2-rx", "edma2-chan3-tx",
				"edma2-chan4-tx", "edma2-chan5-tx";
		fsl,sc_rsrc_id = <SC_R_DMA_2_CH0>,
				 <SC_R_DMA_2_CH1>,
				 <SC_R_DMA_2_CH2>,
				 <SC_R_DMA_2_CH3>,
				 <SC_R_DMA_2_CH4>,
				 <SC_R_DMA_2_CH5>;
		status = "okay";
	};

	edma21: dma-controller@0x59260000 {
		compatible = "fsl,imx8qm-adma";
		reg = <0x0 0x59260000 0x0 0x10000>, /* esai0 rx */
		      <0x0 0x59270000 0x0 0x10000>; /* esai0 tx */
		#dma-cells = <3>;
		shared-interrupt;
		dma-channels = <2>;
		interrupts = <GIC_SPI 410 IRQ_TYPE_LEVEL_HIGH>, /* esai0 */
			     <GIC_SPI 410 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma2-chan6-rx", "edma2-chan7-tx"; /* esai0 */
		fsl,sc_rsrc_id = <SC_R_DMA_2_CH6>,
				 <SC_R_DMA_2_CH7>;
		status = "okay";
	};

	edma22: dma-controller@0x59280000 {
		compatible = "fsl,imx8qm-adma";
		reg = <0x0 0x59280000 0x0 0x10000>, /* spdif0 rx */
		      <0x0 0x59290000 0x0 0x10000>; /* spdif0 tx */
		#dma-cells = <3>;
		shared-interrupt;
		dma-channels = <2>;
		interrupts = <GIC_SPI 457 IRQ_TYPE_LEVEL_HIGH>, /* spdif0 */
			     <GIC_SPI 459 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma2-chan8-rx", "edma2-chan9-tx"; /* spdif0 */
		fsl,sc_rsrc_id = <SC_R_DMA_2_CH8>,
				 <SC_R_DMA_2_CH9>;
		status = "okay";
	};

	edma23: dma-controller@0x592a0000 {
		compatible = "fsl,imx8qm-adma";
		reg = <0x0 0x592A0000 0x0 0x10000>, /* spdif1 rx */
		      <0x0 0x592B0000 0x0 0x10000>; /* spdif1 tx */
		#dma-cells = <3>;
		shared-interrupt;
		dma-channels = <2>;
		interrupts = <GIC_SPI 461 IRQ_TYPE_LEVEL_HIGH>, /* spdif1 */
			     <GIC_SPI 463 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma2-chan10-rx", "edma2-chan11-tx"; /* spdif1 */
		fsl,sc_rsrc_id = <SC_R_DMA_2_CH10>,
				 <SC_R_DMA_2_CH11>;
		status = "okay";
	};

	edma24: dma-controller@0x592c0000 {
		compatible = "fsl,imx8qm-adma";
		reg = <0x0 0x592c0000 0x0 0x10000>, /* sai0 rx */
		      <0x0 0x592d0000 0x0 0x10000>; /* sai0 tx */
		#dma-cells = <3>;
		shared-interrupt;
		dma-channels = <2>;
		interrupts = <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>, /* sai0 */
			     <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma2-chan12-rx", "edma2-chan13-tx"; /* sai0 */
		fsl,sc_rsrc_id = <SC_R_DMA_2_CH12>,
				 <SC_R_DMA_2_CH13>;
		status = "okay";
	};

	edma25: dma-controller@0x592e0000 {
		compatible = "fsl,imx8qm-adma";
		reg = <0x0 0x592e0000 0x0 0x10000>, /* sai1 rx */
		      <0x0 0x592f0000 0x0 0x10000>; /* sai1 tx */
		#dma-cells = <3>;
		shared-interrupt;
		dma-channels = <2>;
		interrupts = <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>, /* sai1 */
			     <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "edma2-chan14-rx", "edma2-chan15-tx"; /* sai1 */
		fsl,sc_rsrc_id = <SC_R_DMA_2_CH14>,
				 <SC_R_DMA_2_CH15>;
		status = "okay";
	};

	edma26: dma-controller@0x59320000 {
		compatible = "fsl,imx8qm-adma";
		reg = <0x0 0x59320000 0x0 0x10000>, /* sai4 rx */
		      <0x0 0x59330000 0x0 0x10000>; /* sai5 tx */
		#dma-cells = <3>;
		shared-interrupt;
		dma-channels = <2>;
		interrupts = <GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>, /* sai4 */
			     <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>; /* sai5 */
		interrupt-names = "edma2-chan18-rx", "edma2-chan19-tx"; /* sai1 */
		fsl,sc_rsrc_id = <SC_R_DMA_2_CH18>,
				 <SC_R_DMA_2_CH19>;
		status = "okay";
	};

	usbotg1_lpcg: usbotg1_lpcg@5b270000 {
		compatible = "fsl,imx8qm-usbotg1-lpcg";
		reg = <0x0 0x5b270000 0x0 0x10000>;
	};

	usbotg3_lpcg: usbotg3_lpcg@5b280000 {
		reg = <0x0 0x5b280000 0x0 0x1000>;
	};

	sdhc1_lpcg: sdhc1_lpcg@5b200000 {
		compatible = "fsl,imx8qm-lpuart-lpcg";
		reg = <0x0 0x5b200000 0x0 0x10000>;
	};

	lpuart1_lpcg: lpcg@5a470000 {
		compatible = "fsl,imx8qm-lpuart-lpcg";
		reg = <0x0 0x5a470000 0x0 0x10000>;
	};

	lpuart2_lpcg: lpcg@5a480000 {
		compatible = "fsl,imx8qm-lpuart-lpcg";
		reg = <0x0 0x5a480000 0x0 0x10000>;
	};

	di_lvds0_lpcg: lpcg@56243000 {
		compatible = "fsl,imx8qm-di-lvds0-lpcg";
		reg = <0x0 0x56243000 0x0 0x1000>;
	};

	di_lvds1_lpcg: lpcg@57243000 {
		compatible = "fsl,imx8qm-di-lvds1-lpcg";
		reg = <0x0 0x57243000 0x0 0x1000>;
	};

	dc_0_lpcg: lpcg@56010000 {
		compatible = "fsl,imx8qm-dc0-lpcg";
		reg = <0x0 0x56010000 0x0 0x10000>;
	};

	dc_1_lpcg: lpcg@57010000 {
		compatible = "fsl,imx8qm-dc1-lpcg";
		reg = <0x0 0x57010000 0x0 0x10000>;
	};

	mu_5_lpcg: lpcg@5d600000 {
		compatible = "fsl,imx8qm-mu-lpcg";
		reg = <0x0 0x5d600000 0x0 0x10000>;
	};

	mu_6_lpcg: lpcg@5d610000 {
		compatible = "fsl,imx8qm-mu-lpcg";
		reg = <0x0 0x5d610000 0x0 0x10000>;
	};

	mu_5_lpcg_b: lpcg@5d690000 {
		compatible = "fsl,imx8qm-mu-lpcg";
		reg = <0x0 0x5d690000 0x0 0x10000>;
	};

	mu_6_lpcg_b: lpcg@5d6a0000 {
		compatible = "fsl,imx8qm-mu-lpcg";
		reg = <0x0 0x5d6a0000 0x0 0x10000>;
	};

	mu_7_lpcg_b: lpcg@5d6b0000 {
		compatible = "fsl,imx8qm-mu-lpcg";
		reg = <0x0 0x5d6b0000 0x0 0x10000>;
	};

	hsio_pcie_x2_lpcg: hsio_pcie_x2_lpcg@5f050000 {
		reg = <0x0 0x5f050000 0x0 0x10000>;
	};

	hsio_pcie_x1_lpcg: hsio_pcie_x1_lpcg@5f060000 {
		reg = <0x0 0x5f060000 0x0 0x10000>;
	};

	hsio_phy_x2_lpcg: hsio_phy_x2_lpcg@5f080000 {
		reg = <0x0 0x5f080000 0x0 0x10000>;
	};

	hsio_pcie_x2_crr2_lpcg: hsio_phy_x2_lpcg@5f0c0000 {
		reg = <0x0 0x5f0c0000 0x0 0x10000>;
	};

	mipi_csi_0_lpcg: mipi_csi_0_lpcg@58223000 {
		reg = <0x0 0x58223000 0x0 0x1000>;
	};

	img_pxl_link_csi0_lpcg: img_pxl_link_csi0_lpcg@58580000 {
		reg = <0x0 0x58580000 0x0 0x1000>;
	};

	img_pdma_0_lpcg: img_pdma_0_lpcg@58500000 {
		reg = <0x0 0x58500000 0x0 0x1000>;
	};

	img_pdma_1_lpcg: img_pdma_1_lpcg@58510000 {
		reg = <0x0 0x58510000 0x0 0x1000>;
	};

	img_pdma_2_lpcg: img_pdma_2_lpcg@58520000 {
		reg = <0x0 0x58520000 0x0 0x1000>;
	};

	img_pdma_3_lpcg: img_pdma_3_lpcg@58530000 {
		reg = <0x0 0x58530000 0x0 0x1000>;
	};

	vpu_decoder_csr: vpu_decoder_csr@0x2d080000 {
		reg = <0x0 0x2d080000 0x0 0x1000>;
	};

	/* hdmi */
	di_hdmi_lpcg: di_hdmi_lpcg@0x56263000 {
		reg = <0x0 0x56263000 0x0 0x1000>;
	};

	rx_hdmi_lpcg: rx_hdmi_lpcg@0x58263000 {
		reg = <0x0 0x58263000 0x0 0x1000>;
	};

	img_pxl_link_hdmi_lpcg: img_pxl_link_hdmi_lpcg@0x585a0000 {
		reg = <0x0 0x585a0000 0x0 0x1000>;
	};

	aud_hdmi_rx_sai_0_lpcg: aud_hdmi_rx_sai_0_lpcg@0x59480000 {
		reg = <0x0 0x59480000 0x0 0x1000>;
	};

	aud_hdmi_tx_sai_0_lpcg: aud_hdmi_tx_sai_0_lpcg@0x59490000 {
		reg = <0x0 0x59490000 0x0 0x1000>;
	};

	aud_asrc_0_lpcg: aud_asrc_0_lpcg@0x59400000 {
		reg = <0x0 0x59400000 0x0 0x1000>;
	};

	aud_esai_0_lpcg: aud_esai_0_lpcg@0x59410000 {
		reg = <0x0 0x59410000 0x0 0x1000>;
	};

	aud_pll_clk0_lpcg: aud_pll_clk0_lpcg {
		reg = <0x0 0x59d20000 0x0 0x1000>;
	};

	aud_pll_clk1_lpcg: aud_pll_clk1_lpcg {
		reg = <0x0 0x59d30000 0x0 0x1000>;
	};

	aud_mclkout0_lpcg: aud_mclkout0_lpcg {
		reg = <0x0 0x59d50000 0x0 0x1000>;
	};

	aud_mclkout1_lpcg: aud_mclkout1_lpcg {
		reg = <0x0 0x59d60000 0x0 0x1000>;
	};

	aud_rec_clk0_lpcg: aud_rec_clk0_lpcg {
		reg = <0x0 0x59d00000 0x0 0x1000>;
	};

	aud_rec_clk1_lpcg: aud_rec_clk1_lpcg {
		reg = <0x0 0x59d10000 0x0 0x1000>;
	};

	aud_dsp_lpcg: aud_dsp_lpcg {
		reg = <0x0 0x59580000 0x0 0x1000>;
	};
	aud_ocram_lpcg: aud_ocram_lpcg {
		reg = <0x0 0x59590000 0x0 0x1000>;
	};

	aud_sai_0_lpcg: aud_sai_0_lpcg {
		reg = <0x0 0x59440000 0x0 0x1000>;
	};
};

/delete-node/ &edma0;
/delete-node/ &edma2;

&mu {
	interrupt-parent = <&gic>;
};

&flexcan1 {
	interrupt-parent = <&gic>;
};

&flexcan2 {
	interrupt-parent = <&gic>;
};

&flexcan3 {
	interrupt-parent = <&gic>;
};

&lpspi0 {
	interrupt-parent = <&gic>;
	dmas = <&edma0a 1 0 0>, <&edma0a 0 0 1>;
};

&lpspi2 {
	interrupt-parent = <&gic>;
	dmas = <&edma0d 5 0 0>, <&edma0d 4 0 1>;
};

&lpspi3 {
	interrupt-parent = <&gic>;
	dmas = <&edma0d 7 0 0>, <&edma0d 6 0 1>;
};

&lpuart0 {
	interrupt-parent = <&gic>;
};

&lpuart1 {
	interrupt-parent = <&gic>;
	dmas = <&edma01 15 0 0>, <&edma01 14 0 1>;
};

&lpuart2 {
	interrupt-parent = <&gic>;
	dmas = <&edma02 17 0 0>, <&edma02 16 0 1>;
};

&lpuart3 {
	interrupt-parent = <&gic>;
	dmas = <&edma03 19 0 0>, <&edma03 18 0 1>;
};

&lpuart4 {
	interrupt-parent = <&gic>;
	dmas = <&edma04 21 0 0>, <&edma04 20 0 1>;
};

&usdhc1 {
	/delete-property/ iommus;
};

&usdhc2 {
	/delete-property/ iommus;
};

&usdhc3 {
	/delete-property/ iommus;
};

&fec1 {
	interrupt-parent = <&gic>;
	/delete-property/ iommus;
};

&fec2 {
	interrupt-parent = <&gic>;
	/delete-property/ iommus;
};

&sata {
	/delete-property/ iommus;
};

&usbotg1 {
	interrupt-parent = <&gic>;
};

&usbh1 {
	interrupt-parent = <&gic>;
};

&usbotg3 {
	interrupt-parent = <&gic>;
};

&smmu {
	/* xen only supports legacy bindings for now */
	#iommu-cells = <0>;
};

&dpu1 {
	fsl,sc_rsrc_id = <SC_R_DC_0_BLIT0>,
			 <SC_R_DC_0_BLIT1>,
			 <SC_R_DC_0_BLIT2>,
			 <SC_R_DC_0_BLIT_OUT>,
			 <SC_R_DC_0_WARP>,
			 <SC_R_DC_0_VIDEO0>,
			 <SC_R_DC_0_VIDEO1>,
			 <SC_R_DC_0_FRAC0>,
			 <SC_R_DC_0>;
};

&dpu2 {
	fsl,sc_rsrc_id = <SC_R_DC_1_BLIT0>,
			 <SC_R_DC_1_BLIT1>,
			 <SC_R_DC_1_BLIT2>,
			 <SC_R_DC_1_BLIT_OUT>,
			 <SC_R_DC_1_WARP>,
			 <SC_R_DC_1_VIDEO0>,
			 <SC_R_DC_1_VIDEO1>,
			 <SC_R_DC_1_FRAC0>,
			 <SC_R_DC_1>;
};

&esai0 {
	dmas = <&edma21 6 0 1>, <&edma21 7 0 0>;
};

&spdif0 {
	dmas = <&edma22 8 0 5>, <&edma22 9 0 4>;
};

&spdif1 {
	dmas = <&edma23 10 0 5>, <&edma23 11 0 4>;
};

&sai0 {
	dmas = <&edma24 12 0 1>, <&edma24 13 0 0>;
};

&sai1 {
	dmas = <&edma25 14 0 1>, <&edma25 15 0 0>;
};

/delete-node/ &sai2;
/delete-node/ &sai3;

&sai_hdmi_rx {
	dmas = <&edma26 18 0 1>;
};

&sai_hdmi_tx {
	dmas = <&edma26 19 0 0>;
};

&asrc0 {
	dmas = <&edma20 0 0 0>, <&edma20 1 0 0>, <&edma20 2 0 0>,
	       <&edma20 3 0 1>, <&edma20 4 0 1>, <&edma20 5 0 1>;
};