blob: 1039f7a0ca4e90e82c923d6833d33e99579379d7 [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
13 register "gen3_dec" = "0x000c03e1" # UART3
14 register "gen4_dec" = "0x000c02e1" # UART4
15
16 # PCIe configuration
17 # Enable JPCIE1
18 register "PcieRpEnable[0]" = "1"
19 register "PcieRpClkReqSupport[0]" = "0"
20
21 # Enable ASpeed PCI bridge
22 register "PcieRpEnable[2]" = "1"
23 register "PcieRpClkReqSupport[2]" = "0"
24
25 # Enable X550T (10GbE)
26 register "PcieRpEnable[4]" = "1"
27 register "PcieRpClkReqSupport[4]" = "0"
28
29 # Enable M.2
30 register "PcieRpEnable[8]" = "1"
31 register "PcieRpClkReqSupport[8]" = "0"
32
33 device domain 0 on
34 device pci 01.0 on end # unused
35 device pci 01.1 on # PCIE Slot (JPCIE1)
36 smbios_slot_desc "SlotTypePciExpressGen3X8" "SlotLengthShort" "CPU SLOT6 PCI-E 3.0 X8" "SlotDataBusWidth4X"
37 end
38 device pci 1c.0 on # PCI Express Port 1 (Slot JPCIE1)
39 smbios_slot_desc "SlotTypePciExpressGen3X4" "SlotLengthLong" "PCH SLOT4 PCI-E 3.0 X2(IN X4)" "SlotDataBusWidth2X"
40 end
41 device pci 1c.2 on # PCI Express Port 3
42 device pci 00.0 on # Aspeed PCI Bridge
43 device pci 00.0 on end # Aspeed 2400 VGA
44 end
45 end
46 device pci 1c.4 on # PCI Express Port 5
47 device pci 00.0 on end # 10GbE
48 device pci 00.1 on end # 10GbE
49 end
50 device pci 1d.0 on # PCI Express Port 9
51 smbios_slot_desc "SlotTypeM2Socket3" "SlotLengthOther" "M.2 2280" "SlotDataBusWidth4X"
52 end
53 device pci 1f.0 on # LPC Interface
54 chip drivers/ipmi
55 # On cold boot it takes a while for the BMC to start the IPMI service
56 register "wait_for_bmc" = "1"
57 register "bmc_boot_timeout" = "60"
58 device pnp ca2.0 on end # IPMI KCS
59 end
60 chip superio/common
61 device pnp 2e.0 on
62 chip superio/aspeed/ast2400
63 device pnp 2e.2 on # SUART1
64 io 0x60 = 0x3f8
65 irq 0x70 = 4
66 end
67 device pnp 2e.3 on # SUART2
68 io 0x60 = 0x2f8
69 irq 0x70 = 3
70 end
71 device pnp 2e.4 on # SWC
72 io 0x60 = 0xa00
73 io 0x62 = 0xa10
74 io 0x64 = 0xa20
75 io 0x66 = 0xa30
76 irq 0x70 = 0xb
77 end
78 device pnp 2e.5 on # Keyboard
79 io 0x60 = 0x60
80 io 0x62 = 0x64
81 irq 0x70 = 1
82 irq 0x72 = 0xc
83 end
84 device pnp 2e.7 on end # GPIO
85 device pnp 2e.b on # SUART3
86 io 0x60 = 0x3e8
87 irq 0x70 = 4
88 end
89 device pnp 2e.c on # SUART4
90 io 0x60 = 0x2e8
91 irq 0x70 = 3
92 end
93 device pnp 2e.d on end # iLPC2AHB
94 device pnp 2e.e on # Mailbox
95 io 0x60 = 0xa40
96 irq 0x70 = 0x00
97 end
98 end
99 end
100 end
101 end
102 end
103end