mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
Merge branch 'master' of git://git.denx.de/u-boot-marvell
This commit is contained in:
@@ -59,6 +59,11 @@
|
||||
#define KW_USB20_BASE (KW_REGISTER(0x50000))
|
||||
#define KW_EGIGA0_BASE (KW_REGISTER(0x72000))
|
||||
#define KW_EGIGA1_BASE (KW_REGISTER(0x76000))
|
||||
#define KW_SATA_BASE (KW_REGISTER(0x80000))
|
||||
|
||||
/* Kirkwood Sata controller has two ports */
|
||||
#define KW_SATA_PORT0_OFFSET 0x2000
|
||||
#define KW_SATA_PORT1_OFFSET 0x4000
|
||||
|
||||
/* Kirkwood GbE controller has two ports */
|
||||
#define MAX_MVGBE_DEVS 2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user