forked from emard/galaksija
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpinout.pcf
44 lines (39 loc) · 1.12 KB
/
pinout.pcf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 12 MHz clock
set_io -nowarn CLK 35 # input
# LCD connector
set_io -nowarn LCD_CLK 18 # output
set_io -nowarn LCD_DEN 19 # output
set_io -nowarn LCD_VS 11 # output
set_io -nowarn LCD_HS 9 # output
set_io -nowarn LCD_RST 2 # output
set_io -nowarn LCD_DAT[7] 6 # output
set_io -nowarn LCD_DAT[6] 44 # output
set_io -nowarn LCD_DAT[5] 4 # output
set_io -nowarn LCD_DAT[4] 3 # output
set_io -nowarn LCD_DAT[3] 48 # output
set_io -nowarn LCD_DAT[2] 45 # output
set_io -nowarn LCD_DAT[1] 47 # output
set_io -nowarn LCD_DAT[0] 46 # output
set_io -nowarn LCD_PWM 13 # output
# Buttons
set_io -nowarn B0 23 # input
set_io -nowarn B1 25 # input
set_io -nowarn B2 26 # input
set_io -nowarn B3 27 # input
set_io -nowarn B4 21 # input
set_io -nowarn B5 12 # input
# Audio jack
set_io -nowarn AUDIO 37 # output
# PMOD connector
set_io -nowarn mreq_n 32
set_io -nowarn PMOD1 31
set_io -nowarn PMOD2 34
set_io -nowarn PMOD3 43
set_io -nowarn ser_rx 36
set_io -nowarn PMOD5 42
set_io -nowarn PMOD6 38
set_io -nowarn PMOD7 28
# RGB LED Driver
set_io -nowarn LED_G 39 # output
set_io -nowarn LED_B 40 # output
set_io -nowarn LED_R 41 # output