blob: c3c6b1b17abde4a414677fa038010feca70850f8 [file] [log] [blame]
Elyes HAOUAS674ad922020-05-09 13:21:47 +02001# SPDX-License-Identifier: GPL-2.0-or-later
Arthur Heymansb7ff8862017-12-30 11:06:54 +01002
3chip northbridge/intel/x4x # Northbridge
4 device cpu_cluster 0 on # APIC cluster
5 chip cpu/intel/socket_LGA775
6 device lapic 0 on end
7 end
8 chip cpu/intel/model_1067x # CPU
9 device lapic 0xACAC off end
10 end
11 end
12 device domain 0 on # PCI domain
13 subsystemid 0x1458 0x5000 inherit
14 device pci 0.0 on # Host Bridge
15 subsystemid 0x1849 0x2e30
16 end
17 device pci 1.0 on end # PEG
18
19 device pci 2.0 on # Integrated graphics controller
20 subsystemid 0x1849 0x2e32
21 end
22 device pci 3.0 off end # ME
23 device pci 3.1 off end # ME
24 chip southbridge/intel/i82801gx # Southbridge
25 register "pirqa_routing" = "0x0b"
26 register "pirqb_routing" = "0x0b"
27 register "pirqc_routing" = "0x0b"
28 register "pirqd_routing" = "0x0b"
29 register "pirqe_routing" = "0x80"
30 register "pirqf_routing" = "0x80"
31 register "pirqg_routing" = "0x80"
32 register "pirqh_routing" = "0x0b"
33
34 register "ide_enable_primary" = "0x1"
Arthur Heymansb7ff8862017-12-30 11:06:54 +010035 register "sata_ports_implemented" = "0x3"
36 register "gpe0_en" = "0x440"
37
Arthur Heymansfecf7772019-11-09 14:19:04 +010038 register "gen1_dec" = "0x000c0291" # Superio HWM
39
Arthur Heymansb7ff8862017-12-30 11:06:54 +010040 device pci 1b.0 on # Audio
41 subsystemid 0x1849 0x3662
42 end
43 device pci 1c.0 on end # PCIe 1
44 device pci 1c.1 on end # PCIe 2
45 device pci 1c.2 off end # PCIe 3
46 device pci 1c.3 off end # PCIe 4
47 device pci 1d.0 on # USB
48 subsystemid 0x1849 0x27c8
49 end
50 device pci 1d.1 on # USB
51 subsystemid 0x1849 0x27c9
52 end
53 device pci 1d.2 on # USB
54 subsystemid 0x1849 0x27ca
55 end
56 device pci 1d.3 on # USB
57 subsystemid 0x1849 0x27cb
58 end
59 device pci 1d.7 on # USB
60 subsystemid 0x1849 0x27cc
61 end
62 device pci 1e.0 on end # PCI bridge
Arthur Heymans33fa95c2018-09-13 17:39:02 +020063 device pci 1e.2 off end # AC'97 Audio
64 device pci 1e.3 off end # AC'97 Modem
Arthur Heymansb7ff8862017-12-30 11:06:54 +010065 device pci 1f.0 on # ISA bridge
66 subsystemid 0x1849 0x27b8
67 chip superio/winbond/w83627dhg
68 device pnp 2e.0 off end # Floppy
69 device pnp 2e.1 on # Parallel port
70 # global
71 irq 0x28 = 0x70
72 irq 0x2c = 0xd2
73 # parallel port
74 io 0x60 = 0x378
75 irq 0x70 = 7
76 drq 0x74 = 3
77 end
78 device pnp 2e.2 on # COM1
79 io 0x60 = 0x3f8
80 irq 0x70 = 4
81 end
82 device pnp 2e.3 off end # COM2
83 device pnp 2e.5 on # Keyboard & MOUSE
84 io 0x60 = 0x60
85 io 0x62 = 0x64
86 irq 0x70 = 1
87 irq 0x72 = 0x0C
88 end
89 device pnp 2e.6 off end # SPI
90 device pnp 2e.7 off end # GPIO6
91 device pnp 2e.8 off end # WDT0#, PLED
Elyes HAOUAS967b84d2018-10-09 22:33:11 +020092 device pnp 2e.9 on end # GPIO2
Arthur Heymansb7ff8862017-12-30 11:06:54 +010093 device pnp 2e.109 on # GPIO3
94 irq 0xfe = 0x07
95 end
96 device pnp 2e.209 on # GPIO4
97 irq 0xf4 = 0x73
98 end
99 device pnp 2e.309 off end # GPIO5
100 device pnp 2e.a on # ACPI
101 irq 0xe4 = 0x10 # Power dram during s3
102 end
Martin Roth50863da2021-10-01 14:37:30 -0600103 device pnp 2e.b on # HWM, front panel LED
Arthur Heymansb7ff8862017-12-30 11:06:54 +0100104 io 0x60 = 0x290
105 irq 0x70 = 0
106 end
107 device pnp 2e.c off end # PECI, SST
108 end
109 end
110 device pci 1f.1 on # PATA/IDE
111 subsystemid 0x1849 0x27df
112 end
113 device pci 1f.2 on # SATA
114 subsystemid 0x1849 0x27c0
115 end
116 device pci 1f.3 on # SMbus
117 subsystemid 0x1849 0x27da
118 end
Arthur Heymansb7ff8862017-12-30 11:06:54 +0100119 end
120 end
121end