Add some missing license headers, consistency fixes for others (trivial).
[coreboot.git] / src / mainboard / intel / d945gclf / devicetree.cb
1 ##
2 ## This file is part of the coreboot project.
3 ## 
4 ## Copyright (C) 2007-2008 coresystems GmbH
5 ##
6 ## This program is free software; you can redistribute it and/or
7 ## modify it under the terms of the GNU General Public License as
8 ## published by the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 ##
19
20 chip northbridge/intel/i945
21
22         device apic_cluster 0 on
23                 chip cpu/intel/socket_441
24                         device apic 0 on end
25                 end
26         end
27
28         device pci_domain 0 on 
29                 device pci 00.0 on end # host bridge
30                 device pci 01.0 off end # i945 PCIe root port
31                 chip drivers/pci/onboard
32                         device pci 02.0 on end # vga controller
33                         # register "rom_address" = "0xfffc0000" # 256 KB image
34                         # register "rom_address" = "0xfff80000" # 512 KB image
35                         # register "rom_address" = "0xfff00000" # 1 MB image
36                 end
37                 device pci 02.1 on end # display controller
38
39                 chip southbridge/intel/i82801gx
40                         register "pirqa_routing" = "0x05"
41                         register "pirqb_routing" = "0x07"
42                         register "pirqc_routing" = "0x05"
43                         register "pirqd_routing" = "0x07"
44                         register "pirqe_routing" = "0x80"
45                         register "pirqf_routing" = "0x80"
46                         register "pirqg_routing" = "0x80"
47                         register "pirqh_routing" = "0x06"
48
49                         # GPI routing
50                         #  0 No effect (default)
51                         #  1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
52                         #  2 SCI (if corresponding GPIO_EN bit is also set)
53                         register "gpi13_routing" = "1"
54                         register "gpe0_en" = "0x20000601"
55
56                         register "ide_legacy_combined" = "0x1"
57                         register "ide_enable_primary" = "0x1"
58                         register "ide_enable_secondary" = "0x0"
59                         register "sata_ahci" = "0x0"
60
61                         device pci 1b.0 on end # High Definition Audio
62                         device pci 1c.0 on end # PCIe
63                         device pci 1c.1 on end # PCIe
64                         device pci 1c.2 on end # PCIe
65                         #device pci 1c.3 off end # PCIe port 4
66                         #device pci 1c.4 off end # PCIe port 5
67                         #device pci 1c.5 off end # PCIe port 6
68                         device pci 1d.0 on end # USB UHCI
69                         device pci 1d.1 on end # USB UHCI
70                         device pci 1d.2 on end # USB UHCI
71                         device pci 1d.3 on end # USB UHCI
72                         device pci 1d.7 on end # USB2 EHCI
73                         device pci 1e.0 on end # PCI bridge
74                         #device pci 1e.2 off end # AC'97 Audio 
75                         #device pci 1e.3 off end # AC'97 Modem
76                         device pci 1f.0 on # LPC bridge
77                                 chip superio/smsc/lpc47m15x
78                                         device pnp 2e.0 off             # Floppy
79                                         end
80                                         device pnp 2e.3 off             # Parport
81                                         end
82                                         device pnp 2e.4 on
83                                                  io 0x60 = 0x3f8
84                                                 irq 0x70 = 4
85                                         end
86                                         device pnp 2e.5 on
87                                                  io 0x60 = 0x2f8
88                                                 irq 0x70 = 3
89                                                 irq 0xf1 = 4 # set IRMODE 0 # XXX not an irq
90                                         end
91                                         device pnp 2e.7 on              # Keyboard+Mouse
92                                                  io 0x60 = 0x60
93                                                  io 0x62 = 0x64
94                                                 irq 0x70 = 1
95                                                 irq 0x72 = 12
96                                                 irq 0xf0 = 0x82         # HW accel A20.
97                                         end
98                                         device pnp 2e.8 on              # GAME
99                                                 # all default
100                                         end
101                                         device pnp 2e.a on              # PME
102                                         end
103                                         device pnp 2e.b on              # MPU
104                                         end
105                                 end
106                         end
107                         #device pci 1f.1 off end # IDE
108                         device pci 1f.2 on end  # SATA
109                         device pci 1f.3 on end  # SMBus
110                         #device pci 1f.4 off end # Realtek ID Codec
111                 end
112         end
113 end