diff options
Diffstat (limited to 'dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-net-xen.dtsi')
-rw-r--r-- | dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-net-xen.dtsi | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-net-xen.dtsi b/dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-net-xen.dtsi new file mode 100644 index 00000000..7da1f9f1 --- /dev/null +++ b/dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-net-xen.dtsi | |||
@@ -0,0 +1,67 @@ | |||
1 | &smmu { | ||
2 | status = "okay"; | ||
3 | }; | ||
4 | |||
5 | &adma0 { | ||
6 | iommus = <&smmu 0x210>; | ||
7 | }; | ||
8 | |||
9 | &adma1 { | ||
10 | iommus = <&smmu 0x212>; | ||
11 | }; | ||
12 | |||
13 | &adma2 { | ||
14 | iommus = <&smmu 0x214>; | ||
15 | }; | ||
16 | |||
17 | &adma3 { | ||
18 | iommus = <&smmu 0x216>; | ||
19 | }; | ||
20 | |||
21 | &adma4 { | ||
22 | iommus = <&smmu 0x218>; | ||
23 | }; | ||
24 | |||
25 | &adma5 { | ||
26 | iommus = <&smmu 0x21a>; | ||
27 | }; | ||
28 | |||
29 | &adma6 { | ||
30 | iommus = <&smmu 0x21c>; | ||
31 | }; | ||
32 | |||
33 | &adma7 { | ||
34 | iommus = <&smmu 0x21e>; | ||
35 | }; | ||
36 | |||
37 | &dwc3_0 { | ||
38 | iommus = <&smmu 0x230>; | ||
39 | }; | ||
40 | |||
41 | &dwc3_1 { | ||
42 | iommus = <&smmu 0x232>; | ||
43 | }; | ||
44 | |||
45 | &gem0 { | ||
46 | iommus = <&smmu 0x234>; | ||
47 | }; | ||
48 | |||
49 | &gem1 { | ||
50 | iommus = <&smmu 0x235>; | ||
51 | }; | ||
52 | |||
53 | &sdhci0 { | ||
54 | iommus = <&smmu 0x242>; | ||
55 | }; | ||
56 | |||
57 | &sdhci1 { | ||
58 | iommus = <&smmu 0x243>; | ||
59 | }; | ||
60 | |||
61 | &qspi { | ||
62 | iommus = <&smmu 0x244>; | ||
63 | }; | ||
64 | |||
65 | &ospi { | ||
66 | iommus = <&smmu 0x245>; | ||
67 | }; | ||