diff options
Diffstat (limited to 'arch/arm/mach-u300/include')
-rw-r--r-- | arch/arm/mach-u300/include/mach/u300-regs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-u300/include/mach/u300-regs.h b/arch/arm/mach-u300/include/mach/u300-regs.h index 035fdc9dbdb0..b9701fb86db6 100644 --- a/arch/arm/mach-u300/include/mach/u300-regs.h +++ b/arch/arm/mach-u300/include/mach/u300-regs.h | |||
@@ -30,6 +30,11 @@ | |||
30 | /* NFIF */ | 30 | /* NFIF */ |
31 | #define U300_NAND_IF_PHYS_BASE 0x9f800000 | 31 | #define U300_NAND_IF_PHYS_BASE 0x9f800000 |
32 | 32 | ||
33 | /* ALE, CLE offset for FSMC NAND */ | ||
34 | #define PLAT_NAND_CLE (1 << 16) | ||
35 | #define PLAT_NAND_ALE (1 << 17) | ||
36 | |||
37 | |||
33 | /* AHB Peripherals */ | 38 | /* AHB Peripherals */ |
34 | #define U300_AHB_PER_PHYS_BASE 0xa0000000 | 39 | #define U300_AHB_PER_PHYS_BASE 0xa0000000 |
35 | #define U300_AHB_PER_VIRT_BASE 0xff010000 | 40 | #define U300_AHB_PER_VIRT_BASE 0xff010000 |