Lines Matching +full:spi +full:- +full:nor

2  * Copyright 2004-2009 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
14 #include <linux/spi/spi.h>
15 #include <linux/spi/flash.h>
16 #include <linux/spi/mmc_spi.h>
31 const char bfin_board_name[] = "ADI BF533-STAMP";
35 .name = "rtc-bfin",
36 .id = -1,
54 .name = "smc91x-regs",
94 .id = -1,
103 .name = "bootloader(nor)",
107 .name = "linux kernel(nor)",
111 .name = "file system(nor)",
140 .name = "bfin-async-flash",
153 .name = "bootloader(spi)",
158 .name = "linux kernel(spi)",
162 .name = "file system(spi)",
175 /* SPI flash chip (m25p64) */
188 "mmc-spi-detect", data); in bfin_mmc_spi_init()
211 /* the modalias must be the same as spi device driver name */
213 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */
226 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
237 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
245 .max_speed_hz = 20000000, /* max spi clock (SCK) speed in HZ */
256 /* SPI (0) */
275 /* SPI controller data */
283 .name = "bfin-spi",
291 #endif /* spi master and devices */
333 .name = "bfin-uart",
399 .name = "bfin-sport-uart",
433 .name = "bfin-sport-uart",
449 {BTN_0, GPIO_PF5, 0, "gpio-keys: BTN0"},
450 {BTN_1, GPIO_PF6, 0, "gpio-keys: BTN1"},
451 {BTN_2, GPIO_PF8, 0, "gpio-keys: BTN2"},
460 .name = "gpio-keys",
468 #include <linux/i2c-gpio.h>
479 .name = "i2c-gpio",
507 I2C_BOARD_INFO("bfin-adv7393", 0x2B),
601 .name = "bfin-i2s-pcm-audio",
602 .id = -1,
608 .name = "bfin-tdm-pcm-audio",
609 .id = -1,
615 .name = "bfin-ac97-pcm-audio",
616 .id = -1,
627 .name = "bfin-snd-ad73311",
638 .id = -1,
645 .id = -1,
652 .name = "bfin-i2s",
666 .name = "bfin-tdm",
680 .name = "bfin-ac97",
837 * the bfin-async-map driver takes care of flipping between in stamp_init()