diff options
author | Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com> | 2014-10-29 13:09:32 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-05 13:09:42 -0500 |
commit | 87ac27bd5b02262cdca7d4701aabdfb7d9a43507 (patch) | |
tree | 5226174fff0245f7073dbe3edfbef1579cc22c99 /arch | |
parent | f324f2c00b95be2f3570f39a0243f18d8a6ba5e2 (diff) | |
download | u-boot-imx-87ac27bd5b02262cdca7d4701aabdfb7d9a43507.zip u-boot-imx-87ac27bd5b02262cdca7d4701aabdfb7d9a43507.tar.gz u-boot-imx-87ac27bd5b02262cdca7d4701aabdfb7d9a43507.tar.bz2 |
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 <m-karicheri2@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'arch')
-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 05532ad..da448fd 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 |