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