aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/mach-at32ap/hmatrix.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-08-08avr32: Clean up HMATRIX codeHaavard Skinnemoen1-182/+0
Introduce a few helper functions for HMATRIX configuration and clean up the register definitions. Also add definitions for the HMATRIX master and slave IDs on the AT32AP700x chips. Also make the definitions in hmatrix.h available to board code by moving it to <mach/hmatrix.h> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2007-04-27[AVR32] Add basic HMATRIX supportHaavard Skinnemoen1-0/+182
This adds register and clock definitions for the High-speed bus Matrix (HMATRIX) as well as a function that can be used to configure special EBI functionality like CompactFlash and NAND flash support. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>