How to connect touchscreen on 2.8"?

I have an Arduino Due and noname LCD display 2.8". I sucessfully connected the display. It has a ILI9320 chip and 16 bit transfer mode. But I can`t connect the touch controller. Please help.
Photoes of module are attached.

Probably the names in the pinout on your TFT are wrong. The general interface looks like this image:

The TFT don´t have SD card reader, then MOSI and MISO labels are wrong (I think!). The U3 chip looks like XPT2046.

So I´ll try with this set, (with Utouch library)

TFT         Due

INT          2
MISO         3
MOSI         4
TPCS         5         
SCLK         6

PD: pin-A Is it the backlight-pin of your TFT?

Thanks a lot TFTLCDCyg. You are right. But X-axis is reversed.

I`ve calibrated touchscreen and it works fine.