Linux Kernel
3.7.1
|
#include <linux/platform_device.h>
#include <linux/irq.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
#include <linux/mtd/nand-gpio.h>
#include <linux/spi/spi.h>
#include <linux/spi/pxa2xx_spi.h>
#include <asm/mach/arch.h>
#include <asm/mach-types.h>
#include <asm/mach/map.h>
#include <mach/pxa25x.h>
#include "generic.h"
Go to the source code of this file.
Macros | |
#define | GPIO_NAND_CS (5) |
#define | GPIO_NAND_ALE (4) |
#define | GPIO_NAND_CLE (3) |
#define | GPIO_NAND_RB (10) |
Functions | |
void __init | cmx255_init (void) |