aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/include/linux/platform_data/rb91x_nand.h
blob: 5f17fb8148347524419e7ce51a646cd890cfa344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _RB91X_NAND_H_
#define _RB91X_NAND_H_

#define RB91X_NAND_DRIVER_NAME	"rb91x-nand"

struct rb91x_nand_platform_data {
	int gpio_nce;	/* chip enable, active low */
	int gpio_ale;	/* address latch enable */
	int gpio_cle;   /* command latch enable */
	int gpio_rdy;
	int gpio_read;
	int gpio_nrw;	/* read/write enable, active low */
	int gpio_nle;	/* latch enable, active low */
};

#endif /* _RB91X_NAND_H_ */