mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-02 22:25:00 -04:00
Change name of pin constraint file to match tk1 pcb
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
17ddb1f84a
commit
022bf0bbf9
2 changed files with 5 additions and 5 deletions
39
hw/application_fpga/data/application_fpga_tk1.pcf
Normal file
39
hw/application_fpga/data/application_fpga_tk1.pcf
Normal file
|
@ -0,0 +1,39 @@
|
|||
#=======================================================================
|
||||
#
|
||||
# application_fpga_tk1.pcf
|
||||
# ------------------------
|
||||
# Pin constraints file for the Application FPGA design to be used
|
||||
# on the tk1 board with the CH552 MCU used as a USB-serial chip.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 2022 - Tillitis AB
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
#=======================================================================
|
||||
|
||||
# UART.
|
||||
set_io interface_rx 26
|
||||
set_io interface_tx 25
|
||||
# set_io interface_cts 27
|
||||
# set_io interface_rts 28
|
||||
|
||||
|
||||
# Touch sense.
|
||||
set_io touch_event 6
|
||||
|
||||
|
||||
# GPIOs.
|
||||
set_io app_gpio1 36
|
||||
set_io app_gpio2 38
|
||||
set_io app_gpio3 45
|
||||
set_io app_gpio4 46
|
||||
|
||||
|
||||
# LEDs
|
||||
set_io led_r 39
|
||||
set_io led_g 40
|
||||
set_io led_b 41
|
||||
|
||||
#=======================================================================
|
||||
# EOF application_fpga_tk1.pcf
|
||||
#=======================================================================
|
Loading…
Add table
Add a link
Reference in a new issue