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

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

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

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

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

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

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

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

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

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

&dwc3_1 {
    iommus = <&smmu 0x232>;
};

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

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

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

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

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

&ospi {
    iommus = <&smmu 0x245>;
};