summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nomadik/include/mach/nand.h
blob: 544f0e02c7ae8ada6f6cae146fc67f7e5663f498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __ASM_ARCH_NAND_H
#define __ASM_ARCH_NAND_H

struct nomadik_nand_platform_data {
	int options;
	int (*init) (void);
};

#define NAND_IO_DATA	0x40000000
#define NAND_IO_CMD	0x40800000
#define NAND_IO_ADDR	0x41000000

#endif				/* __ASM_ARCH_NAND_H */