summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-net-xen.dtsi
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-07-27 17:22:28 -0600
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-01 14:41:45 -0400
commitc9b65ee0e53cba999b8061b72039f108187b9600 (patch)
tree9eae9219f55e805392bd124eb36fef8bce022496 /dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-net-xen.dtsi
parent5bb2ad0d25969f93964c7870ebafeab92271013f (diff)
downloadmeta-virtualization-c9b65ee0e53cba999b8061b72039f108187b9600.tar.gz
recipes-bsp: Add device-tree files for Xen support
Add device-tree files for Xen support, Earlier all these files were in meta-petalinux layer, Hence move these files to this layer so that users can build Xen without including meta-petalinux. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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.dtsi67
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};