Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"
[coreboot.git] / src / mainboard / msi / ms6178 / devicetree.cb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; either version 2 of the License, or
9 ## (at your option) any later version.
10 ##
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 ## GNU General Public License for more details.
15 ##
16 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software
18 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
19 ##
20
21 chip northbridge/intel/i82810                   # Northbridge
22   device lapic_cluster 0 on                     # APIC cluster
23     chip cpu/intel/socket_PGA370                # CPU
24       device lapic 0 on end                     # APIC
25     end
26   end
27   device pci_domain 0 on
28     device pci 0.0 on end                       # Host bridge
29     device pci 1.0 on end                       # Onboard VGA
30     chip southbridge/intel/i82801ax             # Southbridge
31       register "ide0_enable" = "1"
32       register "ide1_enable" = "1"
33
34       device pci 1e.0 on end                    # PCI bridge
35       device pci 1f.0 on                        # ISA/LPC bridge
36         chip superio/winbond/w83627hf           # Super I/O
37           device pnp 2e.0 on                    # Floppy
38             io 0x60 = 0x3f0
39             irq 0x70 = 6
40             drq 0x74 = 2
41           end
42           device pnp 2e.1 on                    # Parallel port
43             io 0x60 = 0x378
44             irq 0x70 = 7
45             drq 0x74 = 3
46           end
47           device pnp 2e.2 on                    # Com1
48             io 0x60 = 0x3f8
49             irq 0x70 = 4
50           end
51           device pnp 2e.3 on                    # Com2 (only header on board)
52             io 0x60 = 0x2f8
53             irq 0x70 = 3
54           end
55           device pnp 2e.5 on                    # PS/2 keyboard/mouse
56             io 0x60 = 0x60
57             io 0x62 = 0x64
58             irq 0x70 = 1                        # Keyboard interrupt
59             irq 0x72 = 12                       # Mouse interrupt
60           end
61           device pnp 2e.6 off end               # Consumer IR (TODO)
62           device pnp 2e.7 on                    # Game port / MIDI / GPIO 1
63             io 0x60 = 0x201
64             io 0x62 = 0x330
65             irq 0x70 = 9
66           end
67           device pnp 2e.8 on end                # GPIO 2
68           device pnp 2e.9 on end                # GPIO 3
69           device pnp 2e.a on end                # ACPI
70           device pnp 2e.b on                    # Hardware monitor
71             io 0x60 = 0x290
72             irq 0x70 = 5
73           end
74         end
75       end
76       device pci 1f.1 on end                    # IDE
77       device pci 1f.2 on end                    # USB
78       device pci 1f.3 on end                    # SMBus
79       device pci 1f.5 on end                    # AC'97 audio
80       device pci 1f.6 on end                    # AC'97 modem
81     end
82   end
83 end
84