aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaohui Xie <b21989@freescale.com>2011-05-12 18:46:14 +0800
committerKumar Gala <galak@kernel.crashing.org>2011-05-18 09:14:49 -0500
commit2dd3095d878e7066bda003a63ea8b232c19a7041 (patch)
treeefa3384911d33ece4afa6b71b19a4097a33c8664
parent0ea91423f47461bf7eaed2d4aff198076dd07fd5 (diff)
powerpc/85xx: Enable eSPI support on corenet ds boards
Signed-off-by: Shaohui Xie <b21989@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r--include/configs/corenet_ds.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index d1cda151d..561f3c27a 100644
--- a/include/configs/corenet_ds.h
+++ b/include/configs/corenet_ds.h
@@ -351,6 +351,16 @@
#define CONFIG_SYS_SRIO2_MEM_SIZE 0x10000000 /* 256M */
/*
+ * eSPI - Enhanced SPI
+ */
+#define CONFIG_FSL_ESPI
+#define CONFIG_SPI_FLASH
+#define CONFIG_SPI_FLASH_SPANSION
+#define CONFIG_CMD_SF
+#define CONFIG_SF_DEFAULT_SPEED 10000000
+#define CONFIG_SF_DEFAULT_MODE 0
+
+/*
* General PCI
* Memory space is mapped 1-1, but I/O space must start from 0.
*/