The SPIPortEnum enum defines possible SPI ports on the Beaglebone Black.
public enum SPIPortEnum { SPIPORT_NONE, SPIPORT_0, SPIPORT_1 }