summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>2014-10-17 21:01:13 +0300
committerTom Rini <trini@ti.com>2014-10-23 11:27:29 -0400
commit3c61502aad85e8b25b75e349dfd5a5a7eee22301 (patch)
tree79bc35b044f709ec8f9d19e5b7078f40e80f55d7 /arch/arm
parent2162faaf58684e262a0a7a933c1c77da45317831 (diff)
downloadblackbird-obmc-uboot-3c61502aad85e8b25b75e349dfd5a5a7eee22301.tar.gz
blackbird-obmc-uboot-3c61502aad85e8b25b75e349dfd5a5a7eee22301.zip
net: keystone_serdes: add keystone K2E SoC support
Keystone2 Edison SoC uses the same keystone SerDes driver. This patch adds support for K2E SoCs. Acked-by: Vitaly Andrianov <vitalya@ti.com> Acked-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/include/asm/arch-keystone/hardware-k2e.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-keystone/hardware-k2e.h b/arch/arm/include/asm/arch-keystone/hardware-k2e.h
index fba701f5cd..1d6fd11d03 100644
--- a/arch/arm/include/asm/arch-keystone/hardware-k2e.h
+++ b/arch/arm/include/asm/arch-keystone/hardware-k2e.h
@@ -41,6 +41,10 @@
#define KS2_CIC2_DDR3_ECC_IRQ_NUM -1 /* not defined in K2E */
#define KS2_CIC2_DDR3_ECC_CHAN_NUM -1 /* not defined in K2E */
+/* SGMII SerDes */
+#define KS2_SGMII_SERDES2_BASE 0x02324000
+#define KS2_LANES_PER_SGMII_SERDES 4
+
/* Number of DSP cores */
#define KS2_NUM_DSPS 1
OpenPOWER on IntegriCloud