Lines Matching +full:spi +full:- +full:nor
2 * Copyright 2004-2009 Analog Devices Inc.
3 * 2008-2009 Bluetechnix
7 * Licensed under the GPL-2 or later.
16 #include <linux/spi/spi.h>
17 #include <linux/spi/flash.h>
29 #include <linux/spi/ad7877.h>
34 const char bfin_board_name[] = "Bluetechnix CM-BF527";
125 .name = "musb-blackfin",
173 .name = "bf5xx-nand",
206 .id = -1,
214 .name = "rtc-bfin",
215 .id = -1,
230 .name = "smc91x-regs",
273 .id = -1,
327 .id = -1,
337 .name = "bootloader(spi)",
342 .name = "linux kernel(spi)",
355 /* SPI flash chip (m25p64) */
387 /* the modalias must be the same as spi device driver name */
389 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */
402 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
410 .max_speed_hz = 20000000, /* max spi clock (SCK) speed in HZ */
422 .max_speed_hz = 12500000, /* max spi clock (SCK) speed in HZ */
431 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
440 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
448 /* SPI controller data */
455 /* SPI (0) */
475 .name = "bfin-spi",
483 #endif /* spi master and devices */
488 .name = "bootloader(nor)",
492 .name = "linux kernel(nor)",
496 .name = "file system(nor)",
524 .name = "gpio-addr-flash",
574 .name = "bfin-uart",
634 .name = "bfin-uart",
715 .name = "i2c-bfin-twi",
736 I2C_BOARD_INFO("bfin-adv7393", 0x2B),
767 .name = "bfin-sport-uart",
801 .name = "bfin-sport-uart",
817 {BTN_0, GPIO_PF14, 1, "gpio-keys: BTN0"},
826 .name = "gpio-keys",
981 /* workaround reboot hang when booting from SPI */ in native_machine_restart()