Lines Matching +full:spi +full:- +full:nor
2 * Copyright 2004-20010 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
15 #include <linux/spi/spi.h>
16 #include <linux/spi/flash.h>
34 const char bfin_board_name[] = "ADI BF527-AD7160EVAL";
88 .name = "musb-blackfin",
110 .name = "bfin-ra158z",
111 .id = -1,
120 .name = "bootloader(nor)",
124 .name = "linux kernel(nor)",
128 .name = "file system(nor)",
147 .name = "physmap-flash",
193 .name = "bf5xx-nand",
205 .name = "rtc-bfin",
206 .id = -1,
248 .name = "bootloader(spi)",
253 .name = "linux kernel(spi)",
266 /* SPI flash chip (m25p64) */
280 .name = "bfin-i2s",
288 .name = "bfin-tdm",
298 /* the modalias must be the same as spi device driver name */
300 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */
312 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
320 .max_speed_hz = 30000000, /* max spi clock (SCK) speed in HZ */
330 .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
338 /* SPI controller data */
345 /* SPI (0) */
365 .name = "bfin-spi",
373 #endif /* spi master and devices */
415 .name = "bfin-uart",
475 .name = "bfin-uart",
586 .name = "i2c-bfin-twi",
629 .name = "bfin-sport-uart",
663 .name = "bfin-sport-uart",
695 .name = "bfin-rotary",
696 .id = -1,
844 /* workaround reboot hang when booting from SPI */ in native_machine_restart()
860 addr[ret] = otp_mac_p[5 - ret]; in bfin_get_ether_addr()