blob: b46b2205b8be87109391ec10e36a8de94f7f7e50 [file] [log] [blame]
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +02001chip soc/intel/skylake
2
3 # GPE configuration
4 # Note that GPE events called out in ASL code rely on this
5 # route. i.e. If this route changes then the affected GPE
6 # offset bits also need to be changed.
7 register "gpe0_dw0" = "GPP_B"
8 register "gpe0_dw1" = "GPP_D"
9 register "gpe0_dw2" = "GPP_E"
10
11 register "gen1_dec" = "0x007c0a01" # Super IO SWC
12 register "gen2_dec" = "0x000c0ca1" # IPMI KCS
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020013
Michael Niewöhner62385632019-09-23 14:38:41 +020014 # FIXME: find out why FSP crashes without this
15 register "PchHdaVcType" = "Vc1"
16
Felix Singer9a1b47e2023-10-23 17:37:21 +020017 register "usb2_ports" = "{
18 [0] = USB2_PORT_MID(OC0), /* USB 2 */
19 [1] = USB2_PORT_MID(OC0), /* USB 3 */
20 [2] = USB2_PORT_MID(OC1), /* USB 4 */
21 [3] = USB2_PORT_MID(OC1), /* USB 5 */
22 [4] = USB2_PORT_MID(OC2), /* USB 0 */
23 [5] = USB2_PORT_MID(OC2), /* USB 1 */
24 [8] = USB2_PORT_MID(OC3), /* USB 9 (3.0) */
25 [9] = USB2_PORT_MID(OC5), /* USB 8 (3.0) */
26 [10] = USB2_PORT_MID(OC4), /* USB 6 (3.0) */
27 [11] = USB2_PORT_MID(OC4), /* USB 7 (3.0) */
28 [12] = USB2_PORT_MID(OC3), /* USB 10 (3.0) */
29 [13] = USB2_PORT_MID(OC_SKIP), /* IPMI USB hub */
30 [14] = USB2_PORT_MID(OC0), /* Unknown */
31 [15] = USB2_PORT_MID(OC0), /* Unknown */
32 }"
Michael Niewöhner33533c02019-10-19 21:15:15 +020033
Felix Singer9a1b47e2023-10-23 17:37:21 +020034 register "usb3_ports" = "{
35 [0] = USB3_PORT_DEFAULT(OC5), /* USB 8 */
36 [1] = USB3_PORT_DEFAULT(OC4), /* USB 6 */
37 [2] = USB3_PORT_DEFAULT(OC4), /* USB 7 */
38 [3] = USB3_PORT_DEFAULT(OC3), /* USB 9 */
39 [4] = USB3_PORT_DEFAULT(OC3), /* USB 10 */
40 }"
Michael Niewöhner33533c02019-10-19 21:15:15 +020041
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020042 device domain 0 on
Felix Singera03999b2023-10-23 09:01:05 +020043 device ref peg0 on end # unused
44 device ref peg1 on
45 # Slot JPCIE1
Michael Niewöhnerddd44f42020-11-24 01:23:28 +010046 register "PcieRpEnable[0]" = "1"
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020047 smbios_slot_desc "SlotTypePciExpressGen3X8" "SlotLengthShort" "CPU SLOT6 PCI-E 3.0 X8" "SlotDataBusWidth4X"
48 end
Felix Singera03999b2023-10-23 09:01:05 +020049 device ref pcie_rp1 on
50 # Slot JPCIE1
Michael Niewöhnerddd44f42020-11-24 01:23:28 +010051 register "PcieRpEnable[2]" = "1"
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020052 smbios_slot_desc "SlotTypePciExpressGen3X4" "SlotLengthLong" "PCH SLOT4 PCI-E 3.0 X2(IN X4)" "SlotDataBusWidth2X"
53 end
Felix Singera03999b2023-10-23 09:01:05 +020054 device ref pcie_rp3 on
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020055 device pci 00.0 on # Aspeed PCI Bridge
56 device pci 00.0 on end # Aspeed 2400 VGA
57 end
58 end
Felix Singera03999b2023-10-23 09:01:05 +020059 device ref pcie_rp5 on
Michael Niewöhnerddd44f42020-11-24 01:23:28 +010060 register "PcieRpEnable[4]" = "1"
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020061 device pci 00.0 on end # 10GbE
62 device pci 00.1 on end # 10GbE
63 end
Felix Singera03999b2023-10-23 09:01:05 +020064 device ref pcie_rp9 on
Michael Niewöhnerddd44f42020-11-24 01:23:28 +010065 register "PcieRpEnable[8]" = "1"
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020066 smbios_slot_desc "SlotTypeM2Socket3" "SlotLengthOther" "M.2 2280" "SlotDataBusWidth4X"
67 end
Felix Singera03999b2023-10-23 09:01:05 +020068 device ref lpc_espi on
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020069 chip drivers/ipmi
Michael Niewöhner6c3ba502020-11-08 19:32:13 +010070 use pch_gpio as gpio_dev
71 register "post_complete_gpio" = "GPP_B20"
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020072 # On cold boot it takes a while for the BMC to start the IPMI service
73 register "wait_for_bmc" = "1"
74 register "bmc_boot_timeout" = "60"
75 device pnp ca2.0 on end # IPMI KCS
76 end
77 chip superio/common
78 device pnp 2e.0 on
79 chip superio/aspeed/ast2400
80 device pnp 2e.2 on # SUART1
81 io 0x60 = 0x3f8
82 irq 0x70 = 4
Michael Niewöhner1c8e4642020-02-23 22:51:05 +010083 drq 0xf0 = 0x00
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020084 end
85 device pnp 2e.3 on # SUART2
86 io 0x60 = 0x2f8
87 irq 0x70 = 3
Michael Niewöhner1c8e4642020-02-23 22:51:05 +010088 drq 0xf0 = 0x00
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020089 end
90 device pnp 2e.4 on # SWC
91 io 0x60 = 0xa00
92 io 0x62 = 0xa10
93 io 0x64 = 0xa20
94 io 0x66 = 0xa30
Michael Niewöhner2a28c812020-07-25 23:47:44 +020095 irq 0x70 = 0x00
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +020096 end
Patrick Rudolphbaa8c782019-10-15 14:52:29 +020097 device pnp 2e.5 off end # KBC
Michael Niewöhner2a28c812020-07-25 23:47:44 +020098 device pnp 2e.7 on # GPIO
99 irq 0x70 = 0x00
100 end
Michael Niewöhnerb1f1ee32020-02-10 20:58:50 +0100101 device pnp 2e.b off end # SUART3
102 device pnp 2e.c off end # SUART4
Michael Niewöhner2a28c812020-07-25 23:47:44 +0200103 device pnp 2e.d on # iLPC2AHB
104 irq 0x70 = 0x00
105 end
Michael Niewöhner0a6c62f2019-09-18 16:31:50 +0200106 device pnp 2e.e on # Mailbox
107 io 0x60 = 0xa40
108 irq 0x70 = 0x00
109 end
110 end
111 end
112 end
113 end
114 end
115end