summaryrefslogtreecommitdiffstats
path: root/include/configs/T1040QDS.h
diff options
context:
space:
mode:
authorCodrin Ciubotariu <codrin.ciubotariu@freescale.com>2015-01-21 11:54:11 +0200
committerYork Sun <yorksun@freescale.com>2015-01-21 09:23:36 -0600
commita83fccc2c979263ba88a6801130258124caca51a (patch)
treee14b01860c672c72f1dc60fa695afcbb757ec028 /include/configs/T1040QDS.h
parent9b478bef27797e0fd2a7673b4b40e7fe14725b26 (diff)
downloadblackbird-obmc-uboot-a83fccc2c979263ba88a6801130258124caca51a.tar.gz
blackbird-obmc-uboot-a83fccc2c979263ba88a6801130258124caca51a.zip
board/T1040qds: Add VSC9953 support for T1040qds board
This patch configures and initializes the L2 switch on T1040QDS board. The L2 switch ports must be initialized according to the SerDes protocols. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com>
Diffstat (limited to 'include/configs/T1040QDS.h')
-rw-r--r--include/configs/T1040QDS.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h
index 5ebc8709aa..92f5f56718 100644
--- a/include/configs/T1040QDS.h
+++ b/include/configs/T1040QDS.h
@@ -692,6 +692,12 @@ unsigned long get_board_ddr_clk(void);
#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
#endif
+/* Enable VSC9953 L2 Switch driver */
+#define CONFIG_VSC9953
+#define CONFIG_VSC9953_CMD
+#define CONFIG_SYS_FM1_QSGMII11_PHY_ADDR 0x14
+#define CONFIG_SYS_FM1_QSGMII21_PHY_ADDR 0x18
+
/*
* Dynamic MTD Partition support with mtdparts
*/
OpenPOWER on IntegriCloud