Lines Matching +full:spi +full:- +full:tx +full:- +full:bus +full:- +full:width
2 * Board-specific setup code for the AT91SAM9M10G45 Evaluation Kit family
4 * Covers: * AT91SAM9G45-EKES board
5 * * AT91SAM9M10G45-EK board
22 #include <linux/spi/spi.h>
28 #include <linux/atmel-mci.h>
34 #include <asm/mach-types.h>
55 /* DGBU on ttyS0. (Rx & Tx only) */ in ek_init_early()
58 /* USART0 not connected on the -EK board */ in ek_init_early()
59 /* USART1 on ttyS2. (Rx, Tx, RTS, CTS) */ in ek_init_early()
72 .overcurrent_pin= {-EINVAL, -EINVAL},
85 * SPI devices.
104 .wp_pin = -EINVAL,
148 .det_pin = -EINVAL,
174 /* setup bus-width (8 or 16) */ in ek_add_device_nand()
180 /* configure chip-select 3 (NAND) */ in ek_add_device_nand()
307 .name = "gpio-keys",
308 .id = -1,
336 .reset_pin = -EINVAL,
341 * LEDs ... these could all be PWM-driven, for variable brightness
353 .default_trigger = "nand-disk",
391 /* SPI */ in ek_board_init()
415 MACHINE_START(AT91SAM9M10G45EK, "Atmel AT91SAM9M10G45-EK")