diff options
author | Wolfgang Denk <wd@denx.de> | 2010-08-10 22:37:27 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-08-10 22:37:27 +0200 |
commit | fe8d63c8c75acc87d398b2e181b9135d2ecfc05a (patch) | |
tree | 4eec2967c157e11cbf54f41845fb1350d3cc772f /arch/arm/include/asm/arch-orion5x | |
parent | 9844d027b52cc89264f6bf7686e26d9dc50134fd (diff) | |
parent | 86cf2ae492db316e73512a1786d57ece9b3a7624 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-marvell
Diffstat (limited to 'arch/arm/include/asm/arch-orion5x')
-rw-r--r-- | arch/arm/include/asm/arch-orion5x/orion5x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-orion5x/orion5x.h b/arch/arm/include/asm/arch-orion5x/orion5x.h index d257b66581..e3d3f76dbb 100644 --- a/arch/arm/include/asm/arch-orion5x/orion5x.h +++ b/arch/arm/include/asm/arch-orion5x/orion5x.h @@ -55,6 +55,9 @@ #define ORION5X_USB20_PORT0_BASE (ORION5X_REGISTER(0x50000)) #define ORION5X_USB20_PORT1_BASE (ORION5X_REGISTER(0xA0000)) #define ORION5X_EGIGA_BASE (ORION5X_REGISTER(0x72000)) +#define ORION5X_SATA_BASE (ORION5X_REGISTER(0x80000)) +#define ORION5X_SATA_PORT0_OFFSET 0x2000 +#define ORION5X_SATA_PORT1_OFFSET 0x4000 /* Orion5x GbE controller has a single port */ #define MAX_MVGBE_DEVS 1 |