summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Liu <r63238@freescale.com>2008-03-26 22:56:36 +0800
committerKim Phillips <kim.phillips@freescale.com>2008-03-28 14:11:51 -0500
commit6f8c85e8d1865730c158d9ef5a06c70c3a10600a (patch)
treeef387eee13d4f4e4d196ea17ed794890e88df92f /include
parent74d1e66d22dac91388bc538b2fe19f735edc5b82 (diff)
downloadblackbird-obmc-uboot-6f8c85e8d1865730c158d9ef5a06c70c3a10600a.tar.gz
blackbird-obmc-uboot-6f8c85e8d1865730c158d9ef5a06c70c3a10600a.zip
mpc83xx: initialize serdes for MPC837xEMDS boards
This patch is stolen from Anton Vorontsov's patch for mpc837xerdb boards. The reference clk and xcorevdd voltage of serdes1/2 is same between mpc837xemds and mpc837xerdb. 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE 8379E: LYNX1- 2 SATA LYNX2- 2 SATA Signed-off-by: Dave Liu <daveliu@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/MPC837XEMDS.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h
index b307bf71ef..4006026d6d 100644
--- a/include/configs/MPC837XEMDS.h
+++ b/include/configs/MPC837XEMDS.h
@@ -389,6 +389,11 @@
/* Options are: TSEC[0-1] */
#define CONFIG_ETHPRIME "eTSEC1"
+/* SERDES */
+#define CONFIG_FSL_SERDES
+#define CONFIG_FSL_SERDES1 0xe3000
+#define CONFIG_FSL_SERDES2 0xe3100
+
/*
* Environment
*/
OpenPOWER on IntegriCloud