summaryrefslogtreecommitdiffstats
path: root/system_fpga.pcf
blob: 89976b9a5e1a2e9c905cf9bc9f43d71f45605301 (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
# This file is part of the Talos™ II system FPGA implementation
#
# © 2017 Raptor Engineering, LLC
# All Rights Reserved
#
# Licensed for exclusive use with Talos™ II systems from Raptor Computing Systems
# 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

# Workaround Control
set_io seq_cont 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_software_pg 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