Go to the documentation of this file.
10 #include <mach/hardware.h>
13 #define imx_mxc_nand_data_entry_single(soc, _size) \
15 .iobase = soc ## _NFC_BASE_ADDR, \
17 .irq = soc ## _INT_NFC \
20 #define imx_mxc_nandv3_data_entry_single(soc, _size) \
23 .iobase = soc ## _NFC_BASE_ADDR, \
25 .axibase = soc ## _NFC_AXI_BASE_ADDR, \
26 .irq = soc ## _INT_NFC \
29 #ifdef CONFIG_SOC_IMX21
34 #ifdef CONFIG_SOC_IMX25
39 #ifdef CONFIG_SOC_IMX27
44 #ifdef CONFIG_SOC_IMX31
49 #ifdef CONFIG_SOC_IMX35
54 #ifdef CONFIG_SOC_IMX51
79 return imx_add_platform_device(
"mxc_nand", data->
id,
81 pdata,
sizeof(*pdata));