diff options
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/da8xx.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index 084db271c7c4..65b42431ddec 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h | |||
@@ -29,6 +29,14 @@ | |||
29 | 29 | ||
30 | #define DA8XX_BOOT_CFG_BASE (IO_PHYS + 0x14000) | 30 | #define DA8XX_BOOT_CFG_BASE (IO_PHYS + 0x14000) |
31 | 31 | ||
32 | #define DA8XX_PSC0_BASE 0x01c10000 | ||
33 | #define DA8XX_PLL0_BASE 0x01c11000 | ||
34 | #define DA8XX_JTAG_ID_REG 0x01c14018 | ||
35 | #define DA8XX_TIMER64P0_BASE 0x01c20000 | ||
36 | #define DA8XX_TIMER64P1_BASE 0x01c21000 | ||
37 | #define DA8XX_GPIO_BASE 0x01e26000 | ||
38 | #define DA8XX_PSC1_BASE 0x01e27000 | ||
39 | |||
32 | void __init da830_init(void); | 40 | void __init da830_init(void); |
33 | 41 | ||
34 | int da8xx_register_edma(void); | 42 | int da8xx_register_edma(void); |