aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-xen.dtsi
blob: 6782e9259a9ca700df176746fcbb35339ee046f8 (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
&smmu {
	status = "okay";
};

&gem0 {
    iommus = <&smmu 0x234>;
};

&gem1 {
    iommus = <&smmu 0x235>;
};

&dwc3_0 {
    iommus = <&smmu 0x230>;
};

&qspi {
    iommus = <&smmu 0x244>;
};

&lpd_dma_chan0 {
    iommus = <&smmu 0x210>;
};

&lpd_dma_chan1 {
    iommus = <&smmu 0x212>;
};

&lpd_dma_chan2 {
    iommus = <&smmu 0x214>;
};

&lpd_dma_chan3 {
    iommus = <&smmu 0x216>;
};

&lpd_dma_chan4 {
    iommus = <&smmu 0x218>;
};

&lpd_dma_chan5 {
    iommus = <&smmu 0x21a>;
};

&lpd_dma_chan6 {
    iommus = <&smmu 0x21c>;
};

&lpd_dma_chan7 {
    iommus = <&smmu 0x21e>;
};

&sdhci0 {
    iommus = <&smmu 0x242>;
};

&sdhci1 {
    iommus = <&smmu 0x243>;
};