mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-07 06:02:22 -04:00
A construction of a minimal SPI master.
- NOTE: This is an optional feature, not built by default. Not included in the tk1 for sale at Tillitis shop. - This makes it possible to interface the SPI flash onboard TKey. - To include the SPI master in the build, use `make application_fpga.bin YOSYS_FLAG=-DINCLUDE_SPI_MASTER`. Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
eade3e11c5
commit
3bc2453287
9 changed files with 506 additions and 3 deletions
|
@ -18,6 +18,13 @@ set_io interface_tx 25
|
|||
# set_io interface_rts 28
|
||||
|
||||
|
||||
# SPI master to flash memory.
|
||||
set_io spi_miso 17
|
||||
set_io spi_sck 15
|
||||
set_io spi_ss 16
|
||||
set_io spi_mosi 14
|
||||
|
||||
|
||||
# Touch sense.
|
||||
set_io touch_event 6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue