Lines Matching +full:spi +full:- +full:rx +full:- +full:bus +full:- +full:width
2 * linux/arch/arm/mach-at91/board-sam9260ek.c
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28 #include <linux/spi/spi.h>
29 #include <linux/spi/at73c213.h>
36 #include <asm/mach-types.h>
58 /* DBGU on ttyS0. (Rx & Tx only) */ in ek_init_early()
61 /* USART0 on ttyS1. (Rx, Tx, CTS, RTS, DTR, DSR, DCD, RI) */ in ek_init_early()
66 /* USART1 on ttyS2. (Rx, Tx, RTS, CTS) */ in ek_init_early()
78 .vbus_pin = {-EINVAL, -EINVAL},
79 .overcurrent_pin= {-EINVAL, -EINVAL},
87 .pullup_pin = -EINVAL, /* pull-up driven by UDC */
96 .shortname = "AT91SAM9260-EK external DAC",
114 info->dac_clk = pck0; in at73c213_set_clk()
121 * SPI devices.
181 .det_pin = -EINVAL,
209 /* setup bus-width (8 or 16) */ in ek_add_device_nand()
215 /* configure chip-select 3 (NAND) */ in ek_add_device_nand()
228 .det_pin = -EINVAL,
229 .wp_pin = -EINVAL,
230 .vcc_pin = -EINVAL,
296 .name = "gpio-keys",
297 .id = -1,
326 /* SPI */ in ek_board_init()
345 MACHINE_START(AT91SAM9260EK, "Atmel AT91SAM9260-EK")