Remove drivers/pci/onboard. The only purpose was for option ROMs, which are
[coreboot.git] / src / mainboard / rca / rm4100 / devicetree.cb
1 chip northbridge/intel/i82830           # Northbridge
2   device pci_domain 0 on                # PCI domain
3     device pci 0.0 on end               # Host bridge
4     device pci 2.0 on end               # VGA (Intel 82830 CGC)
5     chip southbridge/intel/i82801xx     # Southbridge
6       register "pirqa_routing" = "0x05"
7       register "pirqb_routing" = "0x06"
8       register "pirqc_routing" = "0x07"
9       register "pirqd_routing" = "0x09"
10       register "pirqe_routing" = "0x0a"
11       register "pirqf_routing" = "0x80"
12       register "pirqg_routing" = "0x80"
13       register "pirqh_routing" = "0x0b"
14
15       register "ide0_enable" = "1"
16       register "ide1_enable" = "1"
17
18       device pci 1d.0 on end            # USB UHCI Controller #1
19       device pci 1d.1 on end            # USB UHCI Controller #2
20       device pci 1d.2 on end            # USB UHCI Controller #3
21       device pci 1d.7 on end            # USB2 EHCI Controller
22       device pci 1e.0 on                # PCI bridge
23         device pci 08.0 on end          # Intel 82801DB PRO/100 VE Ethernet
24       end
25       device pci 1f.0 on                # ISA/LPC bridge
26         chip superio/smsc/smscsuperio   # Super I/O
27           device pnp 2e.0 off           # Floppy
28             io 0x60 = 0x3f0
29             irq 0x70 = 6
30             drq 0x74 = 2
31           end
32           device pnp 2e.3 on            # Parallel port
33             io 0x60 = 0x378
34             irq 0x70 = 7
35             drq 0x74 = 4
36           end
37           device pnp 2e.4 on            # Com1
38             io 0x60 = 0x3f8
39             irq 0x70 = 4
40           end
41           device pnp 2e.5 on            # Com2 / IR
42             io 0x60 = 0x2f8
43             irq 0x70 = 3
44           end
45           device pnp 2e.7 on            # PS/2 keyboard/mouse
46             io 0x60 = 0x60
47             io 0x62 = 0x64
48             irq 0x70 = 1                # Keyboard interrupt
49             irq 0x72 = 12               # Mouse interrupt
50           end
51           device pnp 2e.9 off end       # Game port
52           device pnp 2e.a on            # PME
53             io 0x60 = 0x800
54           end
55           device pnp 2e.b off end       # MPU-401
56         end
57       end
58       device pci 1f.1 on end            # IDE
59       device pci 1f.3 on end            # SMBus
60       device pci 1f.5 on end            # AC'97 audio
61       device pci 1f.6 on end            # AC'97 modem
62     end
63   end
64   device apic_cluster 0 on              # APIC cluster
65     chip cpu/intel/socket_PGA370        # Mobile Celeron Micro-FCBGA Socket 479
66       device apic 0 on end              # APIC
67     end
68   end
69 end
70