Lines Matching +full:spi +full:- +full:nor
2 * Copyright 2004-2009 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
15 #include <linux/spi/spi.h>
16 #include <linux/spi/flash.h>
28 #include <linux/spi/ad7877.h>
33 const char bfin_board_name[] = "ADI BF526-EZBRD";
89 .name = "musb-blackfin",
104 .name = "bootloader(nor)",
108 .name = "linux kernel(nor)",
112 .name = "file system(nor)",
131 .name = "physmap-flash",
181 .name = "bf5xx-nand",
193 .name = "rtc-bfin",
194 .id = -1,
236 .name = "bootloader(spi)",
241 .name = "linux kernel(spi)",
254 /* SPI flash chip (sst25wf040) */
283 #include <linux/spi/ad7879.h>
295 .gpio_base = -1, /* Dynamic allocation */
303 /* the modalias must be the same as spi device driver name */
305 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */
317 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */
329 .max_speed_hz = 12500000, /* max spi clock (SCK) speed in HZ */
339 .max_speed_hz = 5000000, /* max spi clock (SCK) speed in HZ */
349 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
358 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
365 .modalias = "bfin-lq035q1-spi",
366 .max_speed_hz = 20000000, /* max spi clock (SCK) speed in HZ */
375 /* SPI controller data */
382 /* SPI (0) */
402 .name = "bfin-spi",
410 #endif /* spi master and devices */
452 .name = "bfin-uart",
512 .name = "bfin-uart",
593 .name = "i2c-bfin-twi",
640 .name = "bfin-sport-uart",
674 .name = "bfin-sport-uart",
690 {BTN_0, GPIO_PG0, 1, "gpio-keys: BTN0"},
691 {BTN_1, GPIO_PG13, 1, "gpio-keys: BTN1"},
700 .name = "gpio-keys",
730 #include <asm/bfin-lq035q1.h>
748 .name = "bfin-lq035q1",
749 .id = -1,
868 /* workaround reboot hang when booting from SPI */ in native_machine_restart()
884 addr[ret] = otp_mac_p[5 - ret]; in bfin_get_ether_addr()