Use subsystem id from devicetree.cb instead of Kconfig and move
[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 lapic_cluster 0 on
23                 chip cpu/intel/socket_441
24                         device lapic 0 on end
25                 end
26         end
27
28         device pci_domain 0 on
29                 subsystemid 0x8086 0x464c inherit
30                 device pci 00.0 on end # host bridge
31                 device pci 01.0 off end # i945 PCIe root port
32                 device pci 02.0 on end # vga controller
33                 device pci 02.1 on end # display controller
34
35                 chip southbridge/intel/i82801gx
36                         register "pirqa_routing" = "0x05"
37                         register "pirqb_routing" = "0x07"
38                         register "pirqc_routing" = "0x05"
39                         register "pirqd_routing" = "0x07"
40                         register "pirqe_routing" = "0x80"
41                         register "pirqf_routing" = "0x80"
42                         register "pirqg_routing" = "0x80"
43                         register "pirqh_routing" = "0x06"
44
45                         # GPI routing
46                         #  0 No effect (default)
47                         #  1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
48                         #  2 SCI (if corresponding GPIO_EN bit is also set)
49                         register "gpi13_routing" = "1"
50                         register "gpe0_en" = "0x20000601"
51
52                         register "ide_legacy_combined" = "0x1"
53                         register "ide_enable_primary" = "0x1"
54                         register "ide_enable_secondary" = "0x0"
55                         register "sata_ahci" = "0x0"
56
57                         device pci 1b.0 on end # High Definition Audio
58                         device pci 1c.0 on end # PCIe
59                         device pci 1c.1 on end # PCIe
60                         device pci 1c.2 on end # PCIe
61                         #device pci 1c.3 off end # PCIe port 4
62                         #device pci 1c.4 off end # PCIe port 5
63                         #device pci 1c.5 off end # PCIe port 6
64                         device pci 1d.0 on end # USB UHCI
65                         device pci 1d.1 on end # USB UHCI
66                         device pci 1d.2 on end # USB UHCI
67                         device pci 1d.3 on end # USB UHCI
68                         device pci 1d.7 on end # USB2 EHCI
69                         device pci 1e.0 on end # PCI bridge
70                         #device pci 1e.2 off end # AC'97 Audio
71                         #device pci 1e.3 off end # AC'97 Modem
72                         device pci 1f.0 on # LPC bridge
73                                 chip superio/smsc/lpc47m15x
74                                         device pnp 2e.0 off             # Floppy
75                                         end
76                                         device pnp 2e.3 off             # Parport
77                                         end
78                                         device pnp 2e.4 on
79                                                  io 0x60 = 0x3f8
80                                                 irq 0x70 = 4
81                                         end
82                                         device pnp 2e.5 on
83                                                  io 0x60 = 0x2f8
84                                                 irq 0x70 = 3
85                                                 irq 0xf1 = 4 # set IRMODE 0 # XXX not an irq
86                                         end
87                                         device pnp 2e.7 on              # Keyboard+Mouse
88                                                  io 0x60 = 0x60
89                                                  io 0x62 = 0x64
90                                                 irq 0x70 = 1
91                                                 irq 0x72 = 12
92                                                 irq 0xf0 = 0x82         # HW accel A20.
93                                         end
94                                         device pnp 2e.8 on              # GAME
95                                                 # all default
96                                         end
97                                         device pnp 2e.a on              # PME
98                                         end
99                                         device pnp 2e.b on              # MPU
100                                         end
101                                 end
102                         end
103                         #device pci 1f.1 off end # IDE
104                         device pci 1f.2 on end  # SATA
105                         device pci 1f.3 on end  # SMBus
106                         #device pci 1f.4 off end # Realtek ID Codec
107                 end
108         end
109 end