targets/kc705: avoid ddrphy/ethphy address conflict
authorSebastien Bourdeauducq <sb@m-labs.hk>
Fri, 21 Nov 2014 01:11:57 +0000 (17:11 -0800)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Fri, 21 Nov 2014 01:11:57 +0000 (17:11 -0800)
targets/kc705.py

index 1aab9ef47beb42fcfdc76edc867650cfacb32c47..5680a0e7ad2538ab529f2d6dd0f43242aec435f5 100644 (file)
@@ -107,8 +107,8 @@ class BaseSoC(SDRAMSoC):
 
 class MiniSoC(BaseSoC):
        csr_map = {
-               "ethphy":               10,
-               "ethmac":               11,
+               "ethphy":               11,
+               "ethmac":               12,
        }
        csr_map.update(BaseSoC.csr_map)