summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorScott Jiang <scott.jiang.linux@gmail.com>2013-04-01 15:55:14 -0400
committerSonic Zhang <sonic.zhang@analog.com>2013-05-13 16:30:26 +0800
commit13262d4cdab79b6ee8d9c6089f84132a4c9372a4 (patch)
tree8a26d607826528152eb16227aa4d42c12fd0d7e8 /arch/blackfin
parent04eeb758e746d80848b4add1515493fe565a735e (diff)
downloadtalos-obmc-uboot-13262d4cdab79b6ee8d9c6089f84132a4c9372a4.tar.gz
talos-obmc-uboot-13262d4cdab79b6ee8d9c6089f84132a4c9372a4.zip
bf609: add SPI register base address
- BF609 spi driver depend on this. Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/include/asm/mach-bf609/BF609_def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/mach-bf609/BF609_def.h b/arch/blackfin/include/asm/mach-bf609/BF609_def.h
index 4d3b003409..02b81d3fd1 100644
--- a/arch/blackfin/include/asm/mach-bf609/BF609_def.h
+++ b/arch/blackfin/include/asm/mach-bf609/BF609_def.h
@@ -128,6 +128,9 @@
#define EMAC0_MACCFG 0xFFC20000 /* EMAC0 MAC Configuration Register */
#define EMAC1_MACCFG 0xFFC22000 /* EMAC1 MAC Configuration Register */
+#define SPI0_REGBASE 0xFFC40400 /* SPI0 Base Address */
+#define SPI1_REGBASE 0xFFC40500 /* SPI1 Base Address */
+
#define DMA10_DSCPTR_NXT 0xFFC05000 /* DMA10 Pointer to Next Initial Desc */
#define DMA10_ADDRSTART 0xFFC05004 /* DMA10 Start Address of Current Buf */
#define DMA10_CFG 0xFFC05008 /* DMA10 Configuration Register */
OpenPOWER on IntegriCloud