summaryrefslogtreecommitdiffstats
path: root/include/configs/B4860QDS.h
diff options
context:
space:
mode:
authorShaveta Leekha <shaveta@freescale.com>2013-07-02 14:43:53 +0530
committerYork Sun <yorksun@freescale.com>2013-08-09 12:41:41 -0700
commitcb033741f425c8290fdcfbe6da4ae69b504c52fa (patch)
treea922b6cf2db7c629704aac235c4a97aede5cd55a /include/configs/B4860QDS.h
parent40f398a42b2f7509f08cfe2dd0e77aa3eeec6540 (diff)
downloadtalos-obmc-uboot-cb033741f425c8290fdcfbe6da4ae69b504c52fa.tar.gz
talos-obmc-uboot-cb033741f425c8290fdcfbe6da4ae69b504c52fa.zip
board/b4860qds: Add support for configuring SerDes1 Refclks
1) Add support in B4860 board files for using IDT driver where IDT8T49N222A is a low phase noise Frequency Translator / Synthesizer that generate different refclks for SerDes modules, used this driver for reconfiguring SerDes1 Refclks(based on SerDes1 protocols) for CPRI to work. CPRI works on 122.88MHz and default refclks coming on board are not suitable for it 2) Move SerDes1 refclk1 source selection from eth_b4860qds.c file to b4860qds board file, as SerDes1 Refclk1 would come from PHY MUX in case of certain protocols, that have been checked here. This change would make on board SGMIIs to work 3) Add I2C addresses for IDT8T49N222A devices in board/include file 4) Add define for PCA-I2C bus multiplexer, on which IDT devices exist Signed-off-by: Shaveta Leekha <shaveta@freescale.com> Acked-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/B4860QDS.h')
-rw-r--r--include/configs/B4860QDS.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h
index 0f40179aca..7bc3428f4a 100644
--- a/include/configs/B4860QDS.h
+++ b/include/configs/B4860QDS.h
@@ -74,6 +74,13 @@
#define VSC3308_TX_ADDRESS 0x02
#define VSC3308_RX_ADDRESS 0x03
+/* IDT clock synthesizers */
+#define CONFIG_IDT8T49N222A
+#define I2C_CH_IDT 0x9
+
+#define IDT_SERDES1_ADDRESS 0x6E
+#define IDT_SERDES2_ADDRESS 0x6C
+
#define CONFIG_ENV_OVERWRITE
#ifdef CONFIG_SYS_NO_FLASH
OpenPOWER on IntegriCloud