ARM: S3C64XX: SPI: Add SPI controller register base
Added SPI controller register base. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
a4e946947b
commit
10f9f743f6
arch/arm/mach-s3c6400/include/mach
|
@ -64,6 +64,8 @@
|
|||
#define S3C64XX_PA_IIS1 (0x7F003000)
|
||||
#define S3C64XX_PA_TIMER (0x7F006000)
|
||||
#define S3C64XX_PA_IIC0 (0x7F004000)
|
||||
#define S3C64XX_PA_SPI0 (0x7F00B000)
|
||||
#define S3C64XX_PA_SPI1 (0x7F00C000)
|
||||
#define S3C64XX_PA_PCM0 (0x7F009000)
|
||||
#define S3C64XX_PA_PCM1 (0x7F00A000)
|
||||
#define S3C64XX_PA_IISV4 (0x7F00D000)
|
||||
|
|
Loading…
Reference in New Issue