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