meta-virtualization/dynamic-layers/xilinx/recipes-bsp/device-tree/files/versal-xen.dtsi
Sandeep Gundlupet Raju c9b65ee0e5 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>
2023-08-01 14:41:45 -04:00

60 lines
667 B
Plaintext

&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>;
};