mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / intel / baskingridge / devicetree.cb
blobcd2c84ee067dfeeed255fa4ba9b6e1b90b42e739
1 chip northbridge/intel/haswell
2 # IGD Displays
3 register "gfx" = "GMA_STATIC_DISPLAYS(0)"
5 # Enable DisplayPort 1 Hotplug with 6ms pulse
6 register "gpu_dp_d_hotplug" = "0x06"
8 # Enable DisplayPort 0 Hotplug with 6ms pulse
9 register "gpu_dp_c_hotplug" = "0x06"
11 # Enable DVI Hotplug with 6ms pulse
12 register "gpu_dp_b_hotplug" = "0x06"
14 register "spd_addresses" = "{0x50, 0x51, 0x52, 0x53}"
15 chip cpu/intel/haswell
16 device cpu_cluster 0 on ops haswell_cpu_bus_ops end
17 end
19 device domain 0 on
20 ops haswell_pci_domain_ops
21 device pci 00.0 on end # host bridge
22 device pci 02.0 on end # vga controller
24 chip southbridge/intel/lynxpoint # Intel Series 8 Lynx Point PCH
25 # GPI routing
26 # 0 No effect (default)
27 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
28 # 2 SCI (if corresponding GPIO_EN bit is also set)
29 register "gpi1_routing" = "1"
30 register "gpi14_routing" = "2"
31 register "alt_gp_smi_en" = "0x0000"
32 register "gpe0_en_1" = "0x4000"
34 register "sata_port_map" = "0x3f"
36 # SuperIO range is 0x700-0x73f
37 register "gen2_dec" = "0x003c0701"
39 device pci 16.0 on end # Management Engine Interface 1
40 device pci 16.1 off end # Management Engine Interface 2
41 device pci 16.2 off end # Management Engine IDE-R
42 device pci 16.3 off end # Management Engine KT
43 device pci 19.0 off end # Intel Gigabit Ethernet
44 device pci 1a.0 on end # USB2 EHCI #2
45 device pci 1b.0 on end # High Definition Audio
46 device pci 1c.0 on end # PCIe Port #1 (WLAN)
47 device pci 1c.1 off end # PCIe Port #2
48 device pci 1c.2 on end # PCIe Port #3 (Debug)
49 device pci 1c.3 on end # PCIe Port #4 (LAN)
50 device pci 1c.4 off end # PCIe Port #5
51 device pci 1c.5 off end # PCIe Port #6
52 device pci 1c.6 off end # PCIe Port #7
53 device pci 1c.7 off end # PCIe Port #8
54 device pci 1d.0 on end # USB2 EHCI #1
55 device pci 1e.0 off end # PCI bridge
56 device pci 1f.0 on end # LPC bridge
57 device pci 1f.2 on end # SATA Controller 1
58 device pci 1f.3 on end # SMBus
59 device pci 1f.5 off end # SATA Controller 2
60 device pci 1f.6 on end # Thermal
61 end
62 end
63 end