m1n1.hw.dart8110: Use 32-bit IOVA space by default

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2022-06-27 18:21:42 +09:00
parent f3f883c2fc
commit 55ccea6a2d

View file

@ -253,7 +253,7 @@ class DART8110(Reloadable):
Lx_SIZE = (1 << IDX_BITS)
IDX_MASK = Lx_SIZE - 1
def __init__(self, iface, regs, util=None, iova_range=(0x800000000, 0x900000000)):
def __init__(self, iface, regs, util=None, iova_range=(0x80000000, 0x90000000)):
self.iface = iface
self.regs = regs
self.u = util