blob: 549d7d27a32672fd47f2748b4e2bcb23c7fe5f41 [file] [log] [blame]
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +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_G"
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öhner7f2aaac2019-09-19 09:22:04 +020013
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +020014 # USB configuration
15 # USB0/1
16 register "usb2_ports[5]" = "USB2_PORT_MID(OC2)"
17 register "usb2_ports[4]" = "USB2_PORT_MID(OC2)"
18
19 # USB2/3
20 register "usb2_ports[3]" = "USB2_PORT_MID(OC1)"
21 register "usb2_ports[2]" = "USB2_PORT_MID(OC1)"
22
23 # USB4/5
24 register "usb2_ports[7]" = "USB2_PORT_MID(OC0)"
25 register "usb2_ports[6]" = "USB2_PORT_MID(OC0)"
26
27 # USB6/7 (USB3.0)
28 register "usb2_ports[11]" = "USB2_PORT_MID(OC4)"
29 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC4)"
30 register "usb2_ports[10]" = "USB2_PORT_MID(OC4)"
31 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC4)"
32
33 # USB8/9 (USB3.0)
34 register "usb2_ports[1]" = "USB2_PORT_MID(OC3)"
35 register "usb3_ports[4]" = "USB3_PORT_DEFAULT(OC3)"
36 register "usb2_ports[0]" = "USB2_PORT_MID(OC3)"
37 register "usb3_ports[3]" = "USB3_PORT_DEFAULT(OC3)"
38
39 # USB10 (USB3.0)
40 register "usb2_ports[9]" = "USB2_PORT_MID(OC5)"
41 register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC5)"
42
43 # IPMI USB HUB
44 register "usb2_ports[8]" = "USB2_PORT_MID(OC_SKIP)"
45
46 device domain 0 on
Michael Niewöhner0bae5a72020-12-05 22:48:41 +010047 subsystemid 0x15d9 0x0896 inherit
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +020048 device pci 01.0 on # CPU PCIe Port (x16) / PCIe Slot 6 (JPCIE6)
49 smbios_slot_desc "SlotTypePciExpressGen3X16" "SlotLengthLong" "CPU SLOT6 PCI-E 3.0 X8(IN X16)" "SlotDataBusWidth8X"
50 end
51 device pci 01.1 on # CPU PCIe Port (x8) / PCIe Slot 7 (JPCIE7)
52 smbios_slot_desc "SlotTypePciExpressGen3X8" "SlotLengthShort" "CPU SLOT7 PCI-E 3.0 X8" "SlotDataBusWidth8X"
53 end
54 device pci 1c.0 on # PCH PCIe Port 1 / PCIe Slot 4 (JPCIE4)
Michael Niewöhnerddd44f42020-11-24 01:23:28 +010055 register "PcieRpEnable[0]" = "1"
Michael Niewöhnerfb7a06b2020-11-24 22:47:44 +010056 register "PcieRpLtrEnable[0]" = "1"
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +020057 smbios_slot_desc "SlotTypePciExpressGen3X8" "SlotLengthShort" "PCH SLOT4 PCI-E 3.0 X4(IN X8)" "SlotDataBusWidth4X"
58 end
59 device pci 1c.4 on # PCH PCIe Port 5 / PCIe Slot 5 (JPCIE5)
Michael Niewöhnerddd44f42020-11-24 01:23:28 +010060 register "PcieRpEnable[4]" = "1"
Michael Niewöhnerfb7a06b2020-11-24 22:47:44 +010061 register "PcieRpLtrEnable[4]" = "1"
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +020062 smbios_slot_desc "SlotTypePciExpressGen3X8" "SlotLengthShort" "PCH SLOT5 PCI-E 3.0 X4(IN X8)" "SlotDataBusWidth4X"
63 end
64 device pci 1d.0 on # PCH PCIe Port 9
Michael Niewöhnerddd44f42020-11-24 01:23:28 +010065 register "PcieRpEnable[8]" = "1"
Michael Niewöhnerfb7a06b2020-11-24 22:47:44 +010066 register "PcieRpLtrEnable[8]" = "1"
Michael Niewöhner0bae5a72020-12-05 22:48:41 +010067 device pci 00.0 on # GbE 1
68 subsystemid 0x15d9 0x1533
69 end
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +020070 end
71 device pci 1d.1 on # PCH PCIe Port 10
Michael Niewöhnerddd44f42020-11-24 01:23:28 +010072 register "PcieRpEnable[9]" = "1"
Michael Niewöhnerfb7a06b2020-11-24 22:47:44 +010073 register "PcieRpLtrEnable[9]" = "1"
Michael Niewöhner0bae5a72020-12-05 22:48:41 +010074 device pci 00.0 on # GbE 2
75 subsystemid 0x15d9 0x1533
76 end
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +020077 end
78 device pci 1d.2 on # PCH PCIe Port 11
Michael Niewöhnerddd44f42020-11-24 01:23:28 +010079 register "PcieRpEnable[10]" = "1"
Michael Niewöhnerfb7a06b2020-11-24 22:47:44 +010080 register "PcieRpLtrEnable[10]" = "1"
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +020081 device pci 00.0 on # Aspeed PCI Bridge
82 device pci 00.0 on end # Aspeed 2400 VGA
83 end
84 end
85 device pci 1f.0 on # LPC Interface
86 chip drivers/ipmi
87 # On cold boot it takes a while for the BMC to start the IPMI service
88 register "wait_for_bmc" = "1"
89 register "bmc_boot_timeout" = "60"
90 device pnp ca2.0 on end # IPMI KCS
91 end
92 chip superio/common
93 device pnp 2e.0 on
94 chip superio/aspeed/ast2400
95 device pnp 2e.2 on # SUART1 / COM1 (ext)
96 io 0x60 = 0x3f8
97 irq 0x70 = 4
Michael Niewöhner1c8e4642020-02-23 22:51:05 +010098 drq 0xf0 = 0x00
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +020099 end
100 device pnp 2e.3 on # SUART2 / COM2 (int)
101 io 0x60 = 0x2f8
102 irq 0x70 = 3
Michael Niewöhner1c8e4642020-02-23 22:51:05 +0100103 drq 0xf0 = 0x00
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +0200104 end
105 device pnp 2e.4 on # SWC
106 io 0x60 = 0xa00
107 io 0x62 = 0xa10
108 io 0x64 = 0xa20
109 io 0x66 = 0xa30
Michael Niewöhner2a28c812020-07-25 23:47:44 +0200110 irq 0x70 = 0x00
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +0200111 end
112 device pnp 2e.5 off end # KBC
Michael Niewöhner2a28c812020-07-25 23:47:44 +0200113 device pnp 2e.7 on # GPIO
114 irq 0x70 = 0x00
115 end
Michael Niewöhner68241732020-02-10 19:21:22 +0100116 device pnp 2e.b off end # SUART3
117 device pnp 2e.c off end # SUART4
Michael Niewöhner2a28c812020-07-25 23:47:44 +0200118 device pnp 2e.d on # iLPC2AHB
119 irq 0x70 = 0x00
120 end
Michael Niewöhner7f2aaac2019-09-19 09:22:04 +0200121 device pnp 2e.e on # Mailbox
122 io 0x60 = 0xa40
123 irq 0x70 = 0x00
124 end
125 end
126 end
127 end
128 end
129 end
130end