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>
27 #include <linux/spi/ad7877.h>
33 const char bfin_board_name[] = "ADI BF518F-EZBRD";
42 .name = "bootloader(nor)",
46 .name = "linux kernel(nor)",
50 .name = "file system(nor)",
73 .name = "physmap-flash",
85 .name = "rtc-bfin",
86 .id = -1,
172 .name = "bootloader(spi)",
177 .name = "linux kernel(spi)",
190 /* SPI flash chip (m25p64) */
222 /* the modalias must be the same as spi device driver name */
224 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */
226 .chip_select = 2, /* On BF518F-EZBRD it's SPI0_SSEL2 */
250 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */
262 .max_speed_hz = 12500000, /* max spi clock (SCK) speed in HZ */
271 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
280 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
287 .modalias = "bfin-lq035q1-spi",
288 .max_speed_hz = 20000000, /* max spi clock (SCK) speed in HZ */
296 /* SPI controller data */
298 /* SPI (0) */
324 .name = "bfin-spi",
333 /* SPI (1) */
359 .name = "bfin-spi",
367 #endif /* spi master and devices */
409 .name = "bfin-uart",
457 .name = "bfin-uart",
525 .name = "bfin-i2s",
546 .name = "i2c-bfin-twi",
598 .name = "bfin-sport-uart",
632 .name = "bfin-sport-uart",
648 {BTN_0, GPIO_PG0, 1, "gpio-keys: BTN0"},
649 {BTN_1, GPIO_PG13, 1, "gpio-keys: BTN1"},
658 .name = "gpio-keys",
674 .name = "bfin-sdh",
780 /* setup BF518-EZBRD GPIO pin PG11 to AMS2, PG15 to AMS3. */ in ezbrd_init()
819 /* workaround reboot hang when booting from SPI */ in native_machine_restart()
835 addr[ret] = otp_mac_p[5 - ret]; in bfin_get_ether_addr()