Skip to content

Commit dd5c160

Browse files
ardbiesheuvelarndb
authored andcommitted
dt: amd-seattle: add a description of the PCIe SMMU
Add a description of the SMMU that covers the PCIe host bridge on AMD Seattle. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent acd9208 commit dd5c160

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,16 @@
239239
<0x02000000 0x00 0x40000000 0x00 0x40000000 0x00 0x80000000>,
240240
/* 64-bit MMIO (size= 508G) */
241241
<0x03000000 0x01 0x00000000 0x01 0x00000000 0x7f 0x00000000>;
242+
iommu-map = <0x0 &pcie_smmu 0x0 0x10000>;
243+
};
244+
245+
pcie_smmu: iommu@e0a00000 {
246+
compatible = "arm,mmu-401";
247+
reg = <0 0xe0a00000 0 0x10000>;
248+
#global-interrupts = <1>;
249+
interrupts = <0 333 4>, <0 333 4>;
250+
#iommu-cells = <1>;
251+
dma-coherent;
242252
};
243253

244254
/* Perf CCN504 PMU */

0 commit comments

Comments
 (0)