blob: d4b5a39bfd94156ec271ba67f2f38814b8253fa2 [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
40 register "PcieClkSrcClkReq[1]" = "1"
41 register "PcieClkSrcClkReq[2]" = "2"
42 register "PcieClkSrcClkReq[3]" = "3"
43
44 register "PcieClkSrcUsage[1]" = "0x2"
45 register "PcieClkSrcUsage[2]" = "0x3"
46 register "PcieClkSrcUsage[3]" = "0x8"
47
Wonkyu Kimd2500632020-01-21 21:54:14 -080048 register "SataSalpSupport" = "1"
49 register "SataPortsEnable[0]" = "1"
50 register "SataPortsEnable[1]" = "1"
51
Wonkyu Kim46cef442020-01-23 00:12:46 -080052 # enabling EDP in PortA
53 register "DdiPortAConfig" = "1"
54
55 register "DdiPort1Hpd" = "1"
56 register "DdiPort1Ddc" = "1"
57
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080058 register "SerialIoI2cMode" = "{
59 [PchSerialIoIndexI2C0] = PchSerialIoPci,
60 [PchSerialIoIndexI2C1] = PchSerialIoPci,
61 [PchSerialIoIndexI2C2] = PchSerialIoPci,
62 [PchSerialIoIndexI2C3] = PchSerialIoPci,
63 [PchSerialIoIndexI2C4] = PchSerialIoDisabled,
64 [PchSerialIoIndexI2C5] = PchSerialIoPci,
65 }"
66
67 register "SerialIoGSpiMode" = "{
68 [PchSerialIoIndexGSPI0] = PchSerialIoDisabled,
69 [PchSerialIoIndexGSPI1] = PchSerialIoDisabled,
70 [PchSerialIoIndexGSPI2] = PchSerialIoDisabled,
71 [PchSerialIoIndexGSPI3] = PchSerialIoDisabled,
72 }"
73
74 register "SerialIoGSpiCsMode" = "{
75 [PchSerialIoIndexGSPI0] = 0,
76 [PchSerialIoIndexGSPI1] = 0,
77 [PchSerialIoIndexGSPI2] = 0,
78 [PchSerialIoIndexGSPI3] = 0,
79 }"
80
81 register "SerialIoGSpiCsState" = "{
82 [PchSerialIoIndexGSPI0] = 0,
83 [PchSerialIoIndexGSPI1] = 0,
84 [PchSerialIoIndexGSPI2] = 0,
85 [PchSerialIoIndexGSPI3] = 0,
86 }"
87
88 register "SerialIoUartMode" = "{
89 [PchSerialIoIndexUART0] = PchSerialIoDisabled,
90 [PchSerialIoIndexUART1] = PchSerialIoDisabled,
91 [PchSerialIoIndexUART2] = PchSerialIoPci,
92 }"
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -080093
94 device domain 0 on
95 #From EDS(575683)
96 device pci 00.0 on end # Host Bridge 0x9A14:U/0x9A12:Y
97 device pci 02.0 on end # Graphics
98 device pci 04.0 on end # DPTF 0x9A03
99 device pci 05.0 on end # IPU 0x9A19
100 device pci 06.0 on end # PEG60 0x9A09
101 device pci 07.0 off end # TBT_PCIe0 0x9A23
102 device pci 07.1 off end # TBT_PCIe1 0x9A25
103 device pci 07.2 off end # TBT_PCIe2 0x9A27
104 device pci 07.3 off end # TBT_PCIe3 0x9A29
105 device pci 08.0 off end # GNA 0x9A11
106 device pci 09.0 off end # NPK 0x9A33
107 device pci 0a.0 off end # Crash-log SRAM 0x9A0D
108 device pci 0d.0 on end # USB xHCI 0x9A13
109 device pci 0d.1 on end # USB xDCI (OTG) 0x9A15
110 device pci 0d.2 off end # TBT DMA0 0x9A1B
111 device pci 0d.3 off end # TBT DMA1 0x9A1D
112 device pci 0e.0 on end # VMD 0x9A0B
113
114 # From PCH EDS(576591)
115 device pci 10.2 off end # CNVi: BT 0xA0F5 - A0F7
116 device pci 10.6 off end # THC0 0xA0D0
117 device pci 10.7 off end # THC1 0xA0D1
118 device pci 12.0 off end # SensorHUB 0xA0FC
119 device pci 12.6 off end # GSPI2 0x34FB
120 device pci 13.0 off end # GSPI3 0xA0FD
121 device pci 14.0 on end # USB3.1 xHCI 0xA0ED
122 device pci 14.1 on end # USB3.1 xDCI 0xA0EE
123 device pci 14.2 on end # Shared RAM 0xA0EF
124 device pci 14.3 off end # CNVi: WiFi 0xA0F0 - A0F3
125 device pci 15.0 on end # I2C0 0xA0E8
126 device pci 15.1 on end # I2C1 0xA0E9
127 device pci 15.2 on end # I2C2 0xA0EA
128 device pci 15.3 on end # I2C3 0xA0EB
129 device pci 16.0 on end # HECI1 0xA0E0
130 device pci 16.1 off end # HECI2 0xA0E1
131 device pci 16.2 off end # CSME 0xA0E2
132 device pci 16.3 off end # CSME 0xA0E3
133 device pci 16.4 off end # HECI3 0xA0E4
134 device pci 16.5 off end # HECI4 0xA0E5
Wonkyu Kimd2500632020-01-21 21:54:14 -0800135 device pci 17.0 on end # SATA 0xA0D3
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800136 device pci 19.0 off end # I2C4 0xA0C5
137 device pci 19.1 on end # I2C5 0xA0C6
138 device pci 19.2 on end # UART2 0xA0C7
139 device pci 1c.0 off end # RP1 0xA0B8
140 device pci 1c.1 off end # RP2 0xA0B9
141 device pci 1c.2 on end # RP3 0xA0BA
142 device pci 1c.3 on end # RP4 0xA0BB
143 device pci 1c.4 off end # RP5 0xA0BC
144 device pci 1c.5 off end # RP6 0xA0BD
145 device pci 1c.6 off end # RP7 0xA0BE
146 device pci 1c.7 off end # RP8 0xA0BF
147 device pci 1d.0 on end # RP9 0xA0B0
Wonkyu Kim06e067e2020-01-22 23:48:52 -0800148 device pci 1d.1 off end # RP10 0xA0B1
149 device pci 1d.2 on end # RP11 0xA0B2
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800150 device pci 1d.3 off end # RP12 0xA0B3
151 device pci 1e.0 off end # UART0 0xA0A8
152 device pci 1e.1 off end # UART1 0xA0A9
153 device pci 1e.2 off end # GSPI0 0xA0AA
154 device pci 1e.3 off end # GSPI1 0xA0AB
155 device pci 1f.0 on end # eSPI 0xA080 - A09F
156 device pci 1f.1 on end # P2SB 0xA0A0
157 device pci 1f.2 on end # PMC 0xA0A1
158 device pci 1f.3 on end # Intel HD audio 0xA0C8-A0CF
159 device pci 1f.4 on end # SMBus 0xA0A3
160 device pci 1f.5 on end # SPI 0xA0A4
161 device pci 1f.6 off end # GbE 0x15E1/0x15E2
162 device pci 1f.7 off end # TH 0xA0A6
163 end
164end