diff options
Diffstat (limited to 'arch/arm/mach-at91/include/mach/hardware.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/hardware.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/hardware.h b/arch/arm/mach-at91/include/mach/hardware.h index 3d64a75e3ed..352246407f7 100644 --- a/arch/arm/mach-at91/include/mach/hardware.h +++ b/arch/arm/mach-at91/include/mach/hardware.h | |||
@@ -39,6 +39,12 @@ | |||
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | 41 | ||
42 | /* | ||
43 | * Peripheral identifiers/interrupts. | ||
44 | */ | ||
45 | #define AT91_ID_FIQ 0 /* Advanced Interrupt Controller (FIQ) */ | ||
46 | #define AT91_ID_SYS 1 /* System Peripherals */ | ||
47 | |||
42 | #ifdef CONFIG_MMU | 48 | #ifdef CONFIG_MMU |
43 | /* | 49 | /* |
44 | * Remap the peripherals from address 0xFFF78000 .. 0xFFFFFFFF | 50 | * Remap the peripherals from address 0xFFF78000 .. 0xFFFFFFFF |