Part Number: WL1801MOD
Tool/software: Linux
Hi,
I am working on with imx28 processor and I am going to add wl1801mod wifi module to my board. In my board there is only SPI pins are available for connection. So I have made lots of research about the implementations and linux drivers. But there are no how to do SPI pin connection between wl1801mod and host. For example ;
HOST GPIO = WLAN IRQ (No change)
HOST GPIO = WLAN_ENABLE(No change)
HOST SPI MOSI = WLAN_SDIO_DATA_0 (?)
HOST SPI MISO = WLAN_SDIO_DATA_1 (?)
HOST_SPI_CS = WLAN_SDIO_CMD (?)
HOST_CLOCK = WLAN_SDIO_CLOCK
When I examine the wlcore spi.c , io.c and main.c files, the wlcore's spi.c file explicitly call SPI pins by using struct platform_device and struct device_node. But how can I be sure, which pins should match between host and wl1801mod ?
Are there any documentation about spi connection of wl18xx ?
Thanks,
Best Regards