PIN_SCK
#define PIN_INIT ((1 << 1) | (1 << 3) | PIN_SCK | PIN_TXD)
setbits(spi_controller_get_devdata(dev->controller), PIN_SCK, on);