Hello Jai,
Since the only SPI device on the SABRE Lite (BD-SL-i.MX6) is the SPI-NOR flash, we don't enable userspace SPI in our default configuration.
You can enable it using the kernel's "menuconfig" or by adding "CONFIG_SPI_SPIDEV=y" to your kernel configuration, but the SPI-NOR is accessible using the MTD driver, so SPIDEV isn't needed for that.
We are working on a configuration that will re-purpose the LCD connector (J15) on the SABRE Lite boards
You can enable it using the kernel's "menuconfig" or by adding "CONFIG_SPI_SPIDEV=y" to your kernel configuration, but the SPI-NOR is accessible using the MTD driver, so SPIDEV isn't needed for that.
Based on customer feedback, we are working on a configuration that will re-purpose the LCD connector (J15) on the SABRE Lite boards as a combination of GPIO and additional SPI channels (ECSPI2/3).