Lines Matching +full:spi +full:- +full:rx +full:- +full:bus +full:- +full:width
2 * linux/arch/arm/mach-at91/board-sam9261ek.c
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28 #include <linux/spi/spi.h>
29 #include <linux/spi/ads7846.h>
30 #include <linux/spi/at73c213.h>
40 #include <asm/mach-types.h>
65 /* DBGU on ttyS0. (Rx & Tx only) */ in ek_init_early()
133 /* Configure chip-select 2 (DM9000) */ in ek_add_device_dm9000()
139 /* Configure Interrupt pin as input, no pull-up */ in ek_add_device_dm9000()
154 .vbus_pin = {-EINVAL, -EINVAL},
155 .overcurrent_pin= {-EINVAL, -EINVAL},
164 .pullup_pin = -EINVAL, /* pull-up driven by UDC */
187 .det_pin = -EINVAL,
215 /* setup bus-width (8 or 16) */ in ek_add_device_nand()
221 /* configure chip-select 3 (NAND) */ in ek_add_device_nand()
228 * SPI related devices
273 .shortname = "AT91SAM9261-EK external DAC",
275 .shortname = "AT91SAM9G10-EK external DAC",
294 info->dac_clk = pck2; in at73c213_set_clk()
301 * SPI devices
322 { /* DataFlash card - jumper (J12) configurable to CS3 or CS0 */
350 .det_pin = -EINVAL,
351 .wp_pin = -EINVAL,
352 .vcc_pin = -EINVAL,
527 .name = "gpio-keys",
528 .id = -1,
592 /* SPI */ in ek_board_init()
612 MACHINE_START(AT91SAM9261EK, "Atmel AT91SAM9261-EK")
614 MACHINE_START(AT91SAM9G10EK, "Atmel AT91SAM9G10-EK")