mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-08 22:52:24 -04:00
Build FPGA for the uwg30 wcsp package
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
69ef6dde8b
commit
5e8253465b
3 changed files with 48 additions and 13 deletions
40
hw/application_fpga/data/application_fpga_tk1_uwg30.pcf
Normal file
40
hw/application_fpga/data/application_fpga_tk1_uwg30.pcf
Normal file
|
@ -0,0 +1,40 @@
|
|||
#=======================================================================
|
||||
#
|
||||
# application_fpga_tk1_uwg30.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.
|
||||
# This version targets the UWG30 package.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 2022 - Tillitis AB
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
#=======================================================================
|
||||
|
||||
# UART.
|
||||
set_io interface_rx A2
|
||||
set_io interface_tx A1
|
||||
# set_io interface_cts 27
|
||||
# set_io interface_rts 28
|
||||
|
||||
|
||||
# Touch sense.
|
||||
set_io touch_event B1
|
||||
|
||||
|
||||
# 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 A5
|
||||
set_io led_b B5
|
||||
set_io led_g C5
|
||||
|
||||
#=======================================================================
|
||||
# EOF application_fpga_tk1_uwg30.pcf
|
||||
#=======================================================================
|
Loading…
Add table
Add a link
Reference in a new issue