I am doing a project with an Intel Edison Arduino breakout board.
http://store.arduino.cc/product/E000052
http://download.intel.com/support/edison/sb/edisonmodule_hg_331189002.pdf
I have a device that I want to communicate with by SPI. This device can receive a maximum of 16MHz for its clock. I want this maximum speed of 16 MHz. From what I understand, the Edison can output a clock speed of 19.2 MHz.
I don't know much about clocks and I am still learning. Is it possible to program the Edison to operate its SPI output clock at a speed of 16 MHz? If so, how would this be done?