Lines Matching +full:spi +full:- +full:rx +full:- +full:bus +full:- +full:width
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 * copied and adjusted from board-stamp9g20.c
21 * by Peter Gsellmann <pgsellmann@portner-elektronik.at>
27 #include <linux/w1-gpio.h>
29 #include <asm/mach-types.h>
44 /* USART0 on ttyS1. (Rx, Tx, CTS, RTS) piggyback A2 */ in pcontrol_g20_init_early()
48 /* USART1 on ttyS2. (Rx, Tx, CTS, RTS) isolated RS485 X5 */ in pcontrol_g20_init_early()
52 /* USART2 on ttyS3. (Rx, Tx) 9bit-Bus Multidrop-mode X4 */ in pcontrol_g20_init_early()
98 /* configure chip-select 4 (IO compatible to 8051 X4 ) */ in add_device_pcontrol()
100 /* configure chip-select 7 (FerroRAM 256KiBx16bit MR2A16A D4 ) */ in add_device_pcontrol()
110 .vbus_pin = {-EINVAL, -EINVAL},
111 .overcurrent_pin= {-EINVAL, -EINVAL},
119 .vbus_pin = AT91_PIN_PA22, /* Detect +5V bus voltage */
120 .pullup_pin = AT91_PIN_PA4, /* K-state, active low */
137 { /* D7 address width=2, 8KiB */
139 }, { /* D8 address width=1, 1 byte has 32 bits! */
157 .default_trigger = "mmc0", /* SD-card activity */
183 * SPI devices
219 /* Maintainer: pgsellmann@portner-elektronik.at */