Remove drivers/pci/onboard. The only purpose was for option ROMs, which are
[coreboot.git] / src / mainboard / hp / e_vectra_p2706t / devicetree.cb
1 # TODO: i810E actually!
2 chip northbridge/intel/i82810                   # Northbridge
3   device apic_cluster 0 on                      # APIC cluster
4     chip cpu/intel/socket_PGA370                # CPU
5       device apic 0 on end                      # APIC
6     end
7   end
8   device pci_domain 0 on
9     device pci 0.0 on end                       # Host bridge
10     device pci 1.0 on end                       # Onboard VGA
11     chip southbridge/intel/i82801xx             # Southbridge
12       register "ide0_enable" = "1"
13       register "ide1_enable" = "1"
14
15       device pci 1e.0 on end                    # PCI bridge
16       device pci 1f.0 on                        # ISA/LPC bridge
17         # TODO: PC87364 actually!
18         # TODO: Check Super I/O settings and compare to superiotool -d.
19         chip superio/nsc/pc87360                # Super I/O
20           device pnp 2e.0 on                    # Floppy
21             io 0x60 = 0x3f0
22             irq 0x70 = 6
23             drq 0x74 = 2
24           end
25           device pnp 2e.1 on                    # Parallel port
26             io 0x60 = 0x378
27             irq 0x70 = 7
28             drq 0x74 = 3
29           end
30           device pnp 2e.2 on                    # Com2
31             io 0x60 = 0x2f8
32             irq 0x70 = 3
33           end
34           device pnp 2e.3 on                    # Com1
35             io 0x60 = 0x3f8
36             irq 0x70 = 4
37           end
38           device pnp 2e.4 off end               # SWC
39           device pnp 2e.5 off end               # PS/2 mouse
40           device pnp 2e.6 on                    # PS/2 keyboard
41             io 0x60 = 0x60
42             io 0x62 = 0x64
43             irq 0x70 = 1
44           end
45           device pnp 2e.7 off end               # GPIO
46           device pnp 2e.8 off end               # ACB
47           device pnp 2e.9 off end               # FSCM
48           device pnp 2e.a off end               # WDT
49         end
50       end
51       device pci 1f.1 on end                    # IDE
52       device pci 1f.2 on end                    # USB
53       device pci 1f.3 on end                    # SMBus
54       device pci 1f.5 on end                    # AC'97 audio
55       device pci 1f.6 off end                   # AC'97 modem (N/A ?)
56     end
57   end
58 end
59