aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/packardbell/ms2290/devicetree.cb
blob: bb4e854e59cb3eaa490a5b1936d1af6ff59836fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
##
## This file is part of the coreboot project.
##
## Copyright (C) 2007-2009 coresystems GmbH
## Copyright (C) 2011 Sven Schnelle <svens@stackframe.org>
##
## This program is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
## published by the Free Software Foundation; version 2 of
## the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##

chip northbridge/intel/nehalem
	# IGD Displays
	register "gfx.ndid" = "3"
	register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"

	register "gpu_dp_b_hotplug" = "0x04"
	register "gpu_dp_c_hotplug" = "0x04"
	register "gpu_dp_d_hotplug" = "0x04"

	# Enable Panel as LVDS and configure power delays
	register "gpu_panel_port_select" = "0"			# LVDS
	register "gpu_panel_power_cycle_delay" = "6"
	register "gpu_panel_power_up_delay" = "300"
	register "gpu_panel_power_down_delay" = "300"
	register "gpu_panel_power_backlight_on_delay" = "3000"
	register "gpu_panel_power_backlight_off_delay" = "3000"
	register "gpu_cpu_backlight" = "0x58d"
	register "gpu_pch_backlight" = "0x061a061a"
	register "gfx.use_spread_spectrum_clock" = "0"
	register "gfx.link_frequency_270_mhz" = "1"

	device cpu_cluster 0 on
		chip cpu/intel/model_2065x
			device lapic 0 on end
		end
	end

	register "pci_mmio_size" = "2048"

	device domain 0 on
		device pci 00.0 on # Host bridge
			subsystemid 0x1025 0x0379
		end
		device pci 02.0 on # VGA controller
			subsystemid 0x1025 0x0379
		end
		chip southbridge/intel/ibexpeak
			# GPI routing
			#  0 No effect (default)
			#  1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
			#  2 SCI (if corresponding GPIO_EN bit is also set)
			register "gpi7_routing" = "2"
			register "gpi8_routing" = "2"

			register "sata_port_map" = "0x11"

			register "gpe0_en" = "0x01800046"
			register "alt_gp_smi_en" = "0x0000"
			register "gen1_dec" = "0x040069"

			device pci 1a.0 on # USB2 EHCI
				subsystemid 0x1025 0x0379
			end

			device pci 1b.0 on # Audio Controller
				subsystemid 0x1025 0x0379
			end

			device pci 1c.0 on end # PCIe Port #1
			device pci 1c.1 on end # PCIe Port #1

			device pci 1d.0 on # USB2 EHCI
				subsystemid 0x1025 0x0379
			end
			device pci 1f.0 on # PCI-LPC bridge
				subsystemid 0x1025 0x0379
			end
			device pci 1f.2 on # IDE/SATA
				subsystemid 0x1025 0x0379
			end
			device pci 1f.3 on # SMBUS
				subsystemid 0x1025 0x0379
			end
		end
	end
end