diff options
| author | Khoronzhuk, Ivan <[email protected]> | 2014-10-29 13:09:32 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-11-05 13:09:42 -0500 |
| commit | 87ac27bd5b02262cdca7d4701aabdfb7d9a43507 (patch) | |
| tree | 5226174fff0245f7073dbe3edfbef1579cc22c99 /arch/arm/include | |
| parent | f324f2c00b95be2f3570f39a0243f18d8a6ba5e2 (diff) | |
net: keystone_serdes: add keystone K2L SoC support
Keystone2 Lamar SoC uses the same keystone SerDes driver.
All Keystone2 EVM boards currently use SerDes driver, so move
CONFIG_TI_KEYSTONE_SERDES to common configuration file.
Acked-by: Murali Karicheri <[email protected]>
Signed-off-by: Ivan Khoronzhuk <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-keystone/hardware-k2l.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-keystone/hardware-k2l.h b/arch/arm/include/asm/arch-keystone/hardware-k2l.h index 05532ada70d..da448fd9891 100644 --- a/arch/arm/include/asm/arch-keystone/hardware-k2l.h +++ b/arch/arm/include/asm/arch-keystone/hardware-k2l.h @@ -84,6 +84,10 @@ /* OSR memory size */ #define KS2_OSR_SIZE 0x100000 +/* SGMII SerDes */ +#define KS2_SGMII_SERDES2_BASE 0x02320000 +#define KS2_LANES_PER_SGMII_SERDES 2 + /* Number of DSP cores */ #define KS2_NUM_DSPS 4 |
