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