summaryrefslogtreecommitdiffstats
path: root/system_fpga.pcf
blob: 7c33711c0661d37a55c44e9e9244e687bdd89a19 (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# This file is part of the Talos™ II system FPGA implementation
#
# © 2017 - 2018 Raptor Engineering, LLC
# All Rights Reserved
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
# 1) Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer: 2) Redistributions in binary
# form must reproduce the above copyright notice, this list of conditions and the
# following disclaimer in the documentation and/or other materials provided with the
# distribution, and; 3) Neither the name of Raptor Engineering, LLC, nor the names of its
# contributors may be used to endorse or promote products derived from this software
# without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS,
# STATUTORY OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Intended for use with Talos™ II systems from Raptor Computing Systems, LLC
# https://www.raptorcs.com/TALOSII

# LPC clock
set_io lpc_clock 13

# General I/O
set_io sysen 15
set_io sysgood 53
set_io debug_in 25

# BMC status
set_io bmc_boot_phase_in 100

# Power Plane Enable
set_io vdda_en 72
set_io vddb_en 79
set_io vcsa_en 71
set_io vcsb_en 78
set_io vdna_en 68
set_io vdnb_en 51
set_io vioa_en 66
set_io viob_en 69
set_io vppab_en 52
set_io vppcd_en 60
set_io vddrab_en 65
set_io vttab_en 62
set_io vddrcd_en 64
set_io vttcd_en 63
set_io avdd_en 59
set_io miscio_en 56
set_io atx_en 57

# Power Good Sense
set_io vdda_pg 28
set_io vddb_pg 26
set_io vcsa_pg 29
set_io vcsb_pg 27
set_io vdna_pg 34
set_io vdnb_pg 30
set_io vioa_pg 36
set_io viob_pg 33
set_io vppab_pg 42
set_io vppcd_pg 41
set_io vddrab_pg 37
set_io vddrcd_pg 40
set_io avdd_pg 19
set_io miscio_pg 24
set_io atx_pg 20
set_io bmc_vr_pg 18

# I2C
set_io i2c_scl 86
set_io i2c_sda 85

# CPU B Presence Detect
set_io cpub_present_n 4
set_io cpub_clk_oea 10
set_io cpub_clk_oeb 9

# Resets
set_io lpc_rst 82
set_io bmc_boot_complete_n 8
set_io bmc_rst 83
set_io fan_rst 1
set_io usbhub_rst 87
set_io cpu_stby_rst 54

# Reserved
set_io dual_5v_ctrl 80
set_io window_open_n 99

# BMC system reset signalling
set_io bmc_system_reset_request_n 12

# Component disable lines
set_io pmc_disable_n 21

# System status lines
set_io nic1_act_led_n 93
set_io nic2_act_led_n 96
set_io nic1_link_led_n 94
set_io nic2_link_led_n 97
set_io nic1_green_led_n 2
set_io nic2_green_led_n 3
set_io bmc_uid_led_req 90

# Front panel indicators
set_io panel_nic1_led_cathode 91
set_io panel_nic2_led_cathode 95
set_io panel_uid_led 89

# Front panel switches
set_io panel_reset_in_l 73
set_io flexver_reset_in_l 74
OpenPOWER on IntegriCloud