Domino with Wiznet shield and lcd keypad shiled

Hello
I´m tring to connect both the lcd and the ethernet shiled to the domino hardware, but i found that the lcd uses SPI1 and D9, D10 signals; so I will use SPI2 to the ethernet, but wich DI pins should I use for CS and reset ?
My code … WIZnet_W5100.Enable(SPI.SPI_module.SPI2,(Cpu.Pin)FEZ_Pin.Digital.Di??,(Cpu.Pin)FEZ_Pin.Digital.Di??, true); …
Thanks

You can use any unused digital pins for CS and reset. That is why you need to specify your choice in the enable.

Are you using shields from GHI catalog?

I´m using the Wiznet W5100 from seeedstudio and the LCD & Keypad Shield from the hardware catalog, thanks