SPI from Linino and external devices

Hi all

Is possible use linino SPI directly (python, lua or c++) for interfacing external devices like TFT, sensors, etc. ?

My idea is interfacing TFT display (like FT800) for better cpu speed and more ram (than arduino sketch)

Thanks info

Kamil

Yun breaks out 0 of 29 GPIOs (multiplexed with SPI). We are out of luck.

http://forum.arduino.cc/index.php?topic=218870.msg1597277#msg1597277

But bridge between atheros and atmel is exist.

See:
" The SPI pins are also connected to the AR9331 gpio pins, where it has been implemented in software the SPI interface. This means that the ATMega32u4 and the AR9331 can also communicate using the SPI protocol. "

The breaks out mean we could connect with them without hardware hack.