blob: 10aeb441276c2b8ddeb273f7e5a5cbb88042e234 [file] [log] [blame]
Stefan Reinauere1ae4b22012-04-27 23:20:58 +02001chip northbridge/intel/sandybridge
2
3 # Enable DisplayPort 1 Hotplug with 6ms pulse
4 register "gpu_dp_d_hotplug" = "0x06"
5
6 # Enable DisplayPort 0 Hotplug with 6ms pulse
7 register "gpu_dp_c_hotplug" = "0x06"
8
9 # Enable DVI Hotplug with 6ms pulse
10 register "gpu_dp_b_hotplug" = "0x06"
11
Vladimir Serbinenkod2990c92016-02-10 02:52:42 +010012 register "max_mem_clock_mhz" = "666"
13
Arthur Heymanscdb26fd2021-11-15 20:12:02 +010014 chip cpu/intel/model_206ax
15 device cpu_cluster 0 on end
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020016
Arthur Heymanscdb26fd2021-11-15 20:12:02 +010017 register "acpi_c1" = "CPU_ACPI_C3"
18 register "acpi_c2" = "CPU_ACPI_C6"
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020019 end
20
Stefan Reinauer4aff4452013-02-12 14:17:15 -080021 device domain 0 on
Stefan Reinauer56c7dc72012-05-15 12:36:57 -070022 subsystemid 0x1ae0 0xc000 inherit
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020023 device pci 00.0 on end # host bridge
24 device pci 02.0 on end # vga controller
25
26 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020027 # GPI routing
28 # 0 No effect (default)
29 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
30 # 2 SCI (if corresponding GPIO_EN bit is also set)
31 register "gpi1_routing" = "0"
32 register "gpi14_routing" = "2"
33
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020034 register "sata_port_map" = "0x3"
35
Arthur Heymans6beaef92019-06-16 23:29:23 +020036 register "gen1_dec" = "0x00fc1601"
Stefan Reinauere1ae4b22012-04-27 23:20:58 +020037 # SuperIO range is 0x700-0x73f
38 register "gen2_dec" = "0x003c0701"
39
40 device pci 16.0 on end # Management Engine Interface 1
41 device pci 16.1 off end # Management Engine Interface 2
42 device pci 16.2 off end # Management Engine IDE-R
43 device pci 16.3 off end # Management Engine KT
44 device pci 19.0 off end # Intel Gigabit Ethernet
45 device pci 1a.0 on end # USB2 EHCI #2
46 device pci 1b.0 on end # High Definition Audio
47 device pci 1c.0 on end # PCIe Port #1 (WLAN)
48 device pci 1c.1 off end # PCIe Port #2
49 device pci 1c.2 on end # PCIe Port #3 (Debug)
50 device pci 1c.3 on end # PCIe Port #4 (LAN)
51 device pci 1c.4 off end # PCIe Port #5
52 device pci 1c.5 off end # PCIe Port #6
53 device pci 1c.6 off end # PCIe Port #7
54 device pci 1c.7 off end # PCIe Port #8
55 device pci 1d.0 on end # USB2 EHCI #1
56 device pci 1e.0 off end # PCI bridge
57 device pci 1f.0 on # LPC bridge
58 chip superio/ite/it8772f
59 # Enable GPIO10 as USBPWRON12#
60 # Enable GPIO12 as USBPWRON13#
61 register "gpio_set1" = "0x05"
62 # Enable GPIO22 as SIO_WAEKSCI#
63 register "gpio_set2" = "0x04"
64 # Enable GPIO32 as SIO_EXTSMI#
65 register "gpio_set3" = "0x04"
66 # Enable GPIO45 as LED_POWER#
67 register "gpio_set4" = "0x20"
68 # Enable GPIO51 as USBPWRON8#
69 # Enable GPIO52 as USBPWRON1#
70 register "gpio_set5" = "0x06"
71 # Skip keyboard init
72 register "skip_keyboard" = "1"
73 # Enable PECI on TMPIN3
74 register "peci_tmpin" = "3"
75 # Enable FAN3
76 register "fan3_enable" = "1"
77
78 device pnp 2e.0 off end # FDC
79 device pnp 2e.1 on # Serial Port 1
80 io 0x60 = 0x2f8
81 irq 0x70 = 4
82 end
83 device pnp 2e.4 on # Environment Controller
84 io 0x60 = 0x700
85 io 0x62 = 0x710
86 end
87 device pnp 2e.7 on # GPIO
88 io 0x60 = 0x720
89 io 0x62 = 0x730
90 end
91 device pnp 2e.5 on
92 io 0x60 = 0x60
93 io 0x62 = 0x64
94 irq 0x70 = 1
95 end # Keyboard
96 device pnp 2e.6 on
97 irq 0x70 = 12
98 end # Mouse
99 device pnp 2e.a off end # IR
100 end
Matt DeVillier3044af72018-08-01 13:05:14 -0500101 chip drivers/pc80/tpm
102 device pnp 0c31.0 on end
103 end
Stefan Reinauere1ae4b22012-04-27 23:20:58 +0200104 end
105 device pci 1f.2 on end # SATA Controller 1
106 device pci 1f.3 on end # SMBus
107 device pci 1f.5 off end # SATA Controller 2
108 device pci 1f.6 on end # Thermal
109 end
110 end
111end