blob: 41a361c016c0cf5a2f237b8d6e77f75525330b32 [file] [log] [blame]
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -08001chip soc/intel/tigerlake
2
3 device cpu_cluster 0 on
4 device lapic 0 on end
5 end
6
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -08007 # FSP configuration
8 register "SaGv" = "SaGv_Disabled"
9 register "SmbusEnable" = "1"
10
11 register "usb2_ports[0]" = "USB2_PORT_MID(OC0)" # Type-C Port1
12 register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)" # M.2 WWAN
13 register "usb2_ports[2]" = "USB2_PORT_MID(OC3)" # M.2 Bluetooth
14 register "usb2_ports[3]" = "USB2_PORT_MID(OC0)" # USB3/2 Type A port1
15 register "usb2_ports[4]" = "USB2_PORT_MID(OC0)" # Type-C Port2
16 register "usb2_ports[5]" = "USB2_PORT_MID(OC3)" # Type-C Port3
17 register "usb2_ports[6]" = "USB2_PORT_MID(OC3)" # Type-C Port4
18 register "usb2_ports[7]" = "USB2_PORT_MID(OC0)" # USB3/2 Type A port2
19 register "usb2_ports[8]" = "USB2_PORT_MID(OC3)" # USB2 Type A port3
20 register "usb2_ports[9]" = "USB2_PORT_MID(OC3)" # USB2 Type A port4
21
22 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # USB3/2 Type A port1
23 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC0)" # USB3/2 Type A port2
24 register "usb3_ports[2]" = "USB3_PORT_EMPTY" # Not used
25 register "usb3_ports[3]" = "USB3_PORT_EMPTY" # USB3/USB2 Flex Connector
26
27 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
28 register "gen1_dec" = "0x00fc0801"
29 register "gen2_dec" = "0x000c0201"
30 # EC memory map range is 0x900-0x9ff
31 register "gen3_dec" = "0x00fc0901"
32
33 register "PrmrrSize" = "0x10000000"
34
35 register "PcieRpEnable[2]" = "1"
36 register "PcieRpEnable[3]" = "1"
37 register "PcieRpEnable[8]" = "1"
Wonkyu Kim06e067e2020-01-22 23:48:52 -080038 register "PcieRpEnable[10]" = "1"
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080039
Wonkyu Kimf787e872020-03-03 01:58:17 -080040 # Hybrid storage mode
41 register "HybridStorageMode" = "1"
42
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080043 register "PcieClkSrcClkReq[1]" = "1"
44 register "PcieClkSrcClkReq[2]" = "2"
45 register "PcieClkSrcClkReq[3]" = "3"
46
47 register "PcieClkSrcUsage[1]" = "0x2"
48 register "PcieClkSrcUsage[2]" = "0x3"
49 register "PcieClkSrcUsage[3]" = "0x8"
50
Wonkyu Kimd2500632020-01-21 21:54:14 -080051 register "SataSalpSupport" = "1"
52 register "SataPortsEnable[0]" = "1"
53 register "SataPortsEnable[1]" = "1"
54
Wonkyu Kim46cef442020-01-23 00:12:46 -080055 # enabling EDP in PortA
56 register "DdiPortAConfig" = "1"
57
Wonkyu Kim34944be2020-03-02 22:18:26 -080058 register "DdiPortBHpd" = "1"
Wonkyu Kim46cef442020-01-23 00:12:46 -080059 register "DdiPort1Hpd" = "1"
60 register "DdiPort1Ddc" = "1"
61
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080062 register "SerialIoI2cMode" = "{
63 [PchSerialIoIndexI2C0] = PchSerialIoPci,
64 [PchSerialIoIndexI2C1] = PchSerialIoPci,
65 [PchSerialIoIndexI2C2] = PchSerialIoPci,
66 [PchSerialIoIndexI2C3] = PchSerialIoPci,
67 [PchSerialIoIndexI2C4] = PchSerialIoDisabled,
68 [PchSerialIoIndexI2C5] = PchSerialIoPci,
69 }"
70
71 register "SerialIoGSpiMode" = "{
72 [PchSerialIoIndexGSPI0] = PchSerialIoDisabled,
73 [PchSerialIoIndexGSPI1] = PchSerialIoDisabled,
74 [PchSerialIoIndexGSPI2] = PchSerialIoDisabled,
75 [PchSerialIoIndexGSPI3] = PchSerialIoDisabled,
76 }"
77
78 register "SerialIoGSpiCsMode" = "{
79 [PchSerialIoIndexGSPI0] = 0,
80 [PchSerialIoIndexGSPI1] = 0,
81 [PchSerialIoIndexGSPI2] = 0,
82 [PchSerialIoIndexGSPI3] = 0,
83 }"
84
85 register "SerialIoGSpiCsState" = "{
86 [PchSerialIoIndexGSPI0] = 0,
87 [PchSerialIoIndexGSPI1] = 0,
88 [PchSerialIoIndexGSPI2] = 0,
89 [PchSerialIoIndexGSPI3] = 0,
90 }"
91
92 register "SerialIoUartMode" = "{
93 [PchSerialIoIndexUART0] = PchSerialIoDisabled,
94 [PchSerialIoIndexUART1] = PchSerialIoDisabled,
95 [PchSerialIoIndexUART2] = PchSerialIoPci,
96 }"
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -080097
Srinidhi N Kaushikb2ecc572020-01-24 10:43:48 -080098 #HD Audio
99 register "PchHdaDspEnable" = "1"
100 register "PchHdaAudioLinkHdaEnable" = "0"
101 register "PchHdaAudioLinkDmicEnable[0]" = "1"
102 register "PchHdaAudioLinkDmicEnable[1]" = "1"
103 register "PchHdaAudioLinkSspEnable[0]" = "1"
104 register "PchHdaAudioLinkSspEnable[1]" = "1"
105 # iDisp-Link T-Mode 0: 2T, 2: 4T, 3: 8T, 4: 16T
106 register "PchHdaIDispLinkTmode" = "2"
107 # iDisp-Link Freq 4: 96MHz, 3: 48MHz.
108 register "PchHdaIDispLinkFrequency" = "4"
109 # Not disconnected/enumerable
110 register "PchHdaIDispCodecDisconnect" = "0"
111
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800112 device domain 0 on
113 #From EDS(575683)
114 device pci 00.0 on end # Host Bridge 0x9A14:U/0x9A12:Y
115 device pci 02.0 on end # Graphics
116 device pci 04.0 on end # DPTF 0x9A03
117 device pci 05.0 on end # IPU 0x9A19
118 device pci 06.0 on end # PEG60 0x9A09
119 device pci 07.0 off end # TBT_PCIe0 0x9A23
120 device pci 07.1 off end # TBT_PCIe1 0x9A25
121 device pci 07.2 off end # TBT_PCIe2 0x9A27
122 device pci 07.3 off end # TBT_PCIe3 0x9A29
123 device pci 08.0 off end # GNA 0x9A11
124 device pci 09.0 off end # NPK 0x9A33
125 device pci 0a.0 off end # Crash-log SRAM 0x9A0D
126 device pci 0d.0 on end # USB xHCI 0x9A13
127 device pci 0d.1 on end # USB xDCI (OTG) 0x9A15
128 device pci 0d.2 off end # TBT DMA0 0x9A1B
129 device pci 0d.3 off end # TBT DMA1 0x9A1D
130 device pci 0e.0 on end # VMD 0x9A0B
131
132 # From PCH EDS(576591)
Srinidhi N Kaushik3663d552020-03-12 01:08:14 -0700133 device pci 10.2 on end # CNVi: BT 0xA0F5 - A0F7
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800134 device pci 10.6 off end # THC0 0xA0D0
135 device pci 10.7 off end # THC1 0xA0D1
li feng23954252020-03-12 16:38:34 -0700136 device pci 12.0 on # SensorHUB 0xA0FC
137 chip drivers/intel/ish
138 register "firmware_name" = ""tglrvp_ish.bin""
139 device generic 0 on end
140 end
141 end
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800142 device pci 12.6 off end # GSPI2 0x34FB
143 device pci 13.0 off end # GSPI3 0xA0FD
144 device pci 14.0 on end # USB3.1 xHCI 0xA0ED
145 device pci 14.1 on end # USB3.1 xDCI 0xA0EE
146 device pci 14.2 on end # Shared RAM 0xA0EF
Srinidhi N Kaushikdcd3d072020-03-05 00:41:14 -0800147 chip drivers/intel/wifi
148 register "wake" = "GPE0_PME_B0"
149 device pci 14.3 on end # CNVi: WiFi 0xA0F0 - A0F3
150 end
151
Srinidhi N Kaushikb2ecc572020-01-24 10:43:48 -0800152 device pci 15.0 on # I2C0 0xA0E8
153 chip drivers/i2c/max98373
154 register "vmon_slot_no" = "4"
155 register "imon_slot_no" = "5"
156 register "uid" = "0"
157 register "desc" = ""RIGHT SPEAKER AMP""
158 register "name" = ""MAXR""
159 device i2c 31 on end
160 end
161 chip drivers/i2c/max98373
162 register "vmon_slot_no" = "6"
163 register "imon_slot_no" = "7"
164 register "uid" = "1"
165 register "desc" = ""LEFT SPEAKER AMP""
166 register "name" = ""MAXL""
167 device i2c 32 on end
168 end
169 chip drivers/i2c/generic
170 register "hid" = ""10EC5682""
171 register "name" = ""RT58""
172 register "desc" = ""Realtek RT5682""
173 register "irq" = "ACPI_IRQ_EDGE_HIGH(GPP_C12_IRQ)"
174 register "probed" = "1"
175 # Set the jd_src to RT5668_JD1 for jack detection
176 register "property_list[0].type" = "ACPI_DP_TYPE_INTEGER"
177 register "property_list[0].name" = ""realtek,jd-src""
178 register "property_list[0].integer" = "1"
179 device i2c 1a on end
180 end
181 end # I2C0
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800182 device pci 15.1 on end # I2C1 0xA0E9
183 device pci 15.2 on end # I2C2 0xA0EA
184 device pci 15.3 on end # I2C3 0xA0EB
185 device pci 16.0 on end # HECI1 0xA0E0
186 device pci 16.1 off end # HECI2 0xA0E1
187 device pci 16.2 off end # CSME 0xA0E2
188 device pci 16.3 off end # CSME 0xA0E3
189 device pci 16.4 off end # HECI3 0xA0E4
190 device pci 16.5 off end # HECI4 0xA0E5
Wonkyu Kimd2500632020-01-21 21:54:14 -0800191 device pci 17.0 on end # SATA 0xA0D3
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800192 device pci 19.0 off end # I2C4 0xA0C5
193 device pci 19.1 on end # I2C5 0xA0C6
194 device pci 19.2 on end # UART2 0xA0C7
195 device pci 1c.0 off end # RP1 0xA0B8
196 device pci 1c.1 off end # RP2 0xA0B9
197 device pci 1c.2 on end # RP3 0xA0BA
198 device pci 1c.3 on end # RP4 0xA0BB
199 device pci 1c.4 off end # RP5 0xA0BC
200 device pci 1c.5 off end # RP6 0xA0BD
201 device pci 1c.6 off end # RP7 0xA0BE
202 device pci 1c.7 off end # RP8 0xA0BF
203 device pci 1d.0 on end # RP9 0xA0B0
Wonkyu Kim06e067e2020-01-22 23:48:52 -0800204 device pci 1d.1 off end # RP10 0xA0B1
205 device pci 1d.2 on end # RP11 0xA0B2
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800206 device pci 1d.3 off end # RP12 0xA0B3
207 device pci 1e.0 off end # UART0 0xA0A8
208 device pci 1e.1 off end # UART1 0xA0A9
209 device pci 1e.2 off end # GSPI0 0xA0AA
210 device pci 1e.3 off end # GSPI1 0xA0AB
211 device pci 1f.0 on end # eSPI 0xA080 - A09F
212 device pci 1f.1 on end # P2SB 0xA0A0
213 device pci 1f.2 on end # PMC 0xA0A1
214 device pci 1f.3 on end # Intel HD audio 0xA0C8-A0CF
215 device pci 1f.4 on end # SMBus 0xA0A3
216 device pci 1f.5 on end # SPI 0xA0A4
217 device pci 1f.6 off end # GbE 0x15E1/0x15E2
218 device pci 1f.7 off end # TH 0xA0A6
219 end
220end