blob: 166be3d786b24ce5ff854f2cac8f0ccce237b7fc [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001## SPDX-License-Identifier: GPL-2.0-only
Kyösti Mälkki91162702011-11-03 15:22:01 +02002
3chip northbridge/intel/e7505
4
Stefan Reinauer0aa37c42013-02-12 15:20:54 -08005 device cpu_cluster 0 on
Kyösti Mälkki91162702011-11-03 15:22:01 +02006 chip cpu/intel/socket_mPGA604
7 device lapic 0 on end
Kyösti Mälkki3aff1a32012-04-11 12:19:03 +03008 device lapic 6 on end
Kyösti Mälkki91162702011-11-03 15:22:01 +02009 end
10 end
11
Stefan Reinauer4aff4452013-02-12 14:17:15 -080012 device domain 0 on
Kyösti Mälkki91162702011-11-03 15:22:01 +020013 device pci 0.0 on end # Chipset host controller
14 device pci 0.1 on end # Host RASUM controller
15 device pci 2.0 on # Hub interface B
16 chip southbridge/intel/i82870 # P64H2
17 device pci 1c.0 on end # IOAPIC - bus B
18 device pci 1d.0 on end # Hub to PCI-B bridge
19 device pci 1e.0 on end # IOAPIC - bus A
20 device pci 1f.0 on end # Hub to PCI-A bridge
21 end
22 end
23 device pci 4.0 off end # (undocumented)
24 device pci 6.0 off end # (undocumented)
25 chip southbridge/intel/i82801dx
26 device pci 1d.0 on end # USB UHCI
27 device pci 1d.1 on end # USB UHCI
28 device pci 1d.2 on end # USB UHCI
29 device pci 1d.7 on end # USB EHCI
30 device pci 1e.0 on # Hub to PCI bridge
31 device pci 2.0 off end
32 end
33 device pci 1f.0 on # LPC bridge
34 chip superio/smsc/lpc47m10x
35 device pnp 2e.0 off # Floppy
36 io 0x60 = 0x3f0
37 irq 0x70 = 6
38 drq 0x74 = 2
39 end
40 device pnp 2e.3 off # Parallel Port
41 io 0x60 = 0x378
42 irq 0x70 = 7
43 end
44 device pnp 2e.4 on # Com1
45 io 0x60 = 0x3f8
46 irq 0x70 = 4
47 end
48 device pnp 2e.5 off # Com2
49 io 0x60 = 0x2f8
50 irq 0x70 = 3
51 end
52 device pnp 2e.7 off # Keyboard
53 io 0x60 = 0x60
54 io 0x62 = 0x64
55 irq 0x70 = 1 # Keyboard interrupt
56 irq 0x72 = 12 # Mouse interrupt
57 end
58 device pnp 2e.a on # ACPI
59 io 0x60 = 0x0e00
60 end
61 end
62 end
63 device pci 1f.1 on end # IDE
Kyösti Mälkki3aff1a32012-04-11 12:19:03 +030064 register "ide0_enable" = "1"
65 register "ide1_enable" = "1"
Kyösti Mälkki91162702011-11-03 15:22:01 +020066 device pci 1f.3 on end # SMBus
67 device pci 1f.5 on end # AC97 Audio
68 device pci 1f.6 off end # AC97 Modem
69 end # SB
Stefan Reinauer4aff4452013-02-12 14:17:15 -080070 end # PCI domain
Kyösti Mälkki91162702011-11-03 15:22:01 +020071end