blob: af6641a658fe45bec7aca6413adc6bdeefd8b124 [file] [log] [blame]
Duncan Laurie27807c62015-12-22 17:27:02 -08001chip soc/intel/broadwell
2
3 # Enable eDP Hotplug with 6ms pulse
4 register "gpu_dp_d_hotplug" = "0x06"
5
6 # Enable DDI1 Hotplug with 6ms pulse
7 register "gpu_dp_b_hotplug" = "0x06"
8
9 # Set backlight PWM values for eDP
10 register "gpu_cpu_backlight" = "0x00000200"
11 register "gpu_pch_backlight" = "0x04000200"
12
13 # Enable Panel and configure power delays
14 register "gpu_panel_port_select" = "1" # eDP
15 register "gpu_panel_power_cycle_delay" = "6" # 500ms
16 register "gpu_panel_power_up_delay" = "2000" # 200ms
17 register "gpu_panel_power_down_delay" = "500" # 50ms
18 register "gpu_panel_power_backlight_on_delay" = "2000" # 200ms
19 register "gpu_panel_power_backlight_off_delay" = "2000" # 200ms
20
21 # Port 0 is HDD
22 # Port 3 is M.2 NGFF
23 register "sata_port_map" = "0x9"
24
25 # Port 0 tuning for link stability
26 register "sata_port0_gen3_dtle" = "9"
Youness Alaouia462c152017-02-07 13:59:29 -050027 register "sata_port3_gen3_dtle" = "9"
Duncan Laurie27807c62015-12-22 17:27:02 -080028
29 device cpu_cluster 0 on
30 device lapic 0 on end
31 end
32 device domain 0 on
33 device pci 00.0 on end # host bridge
34 device pci 02.0 on end # vga controller
35 device pci 03.0 on end # mini-hd audio
36 device pci 13.0 off end # Smart Sound Audio DSP
37 device pci 14.0 on end # USB3 XHCI
38 device pci 15.0 off end # Serial I/O DMA
39 device pci 15.1 off end # I2C0
40 device pci 15.2 off end # I2C1
41 device pci 15.3 off end # GSPI0
42 device pci 15.4 off end # GSPI1
43 device pci 15.5 off end # UART0
44 device pci 15.6 off end # UART1
45 device pci 16.0 on end # Management Engine Interface 1
46 device pci 16.1 off end # Management Engine Interface 2
47 device pci 16.2 off end # Management Engine IDE-R
48 device pci 16.3 off end # Management Engine KT
49 device pci 17.0 off end # SDIO
50 device pci 19.0 off end # GbE
51 device pci 1b.0 on end # High Definition Audio
Youness Alaoui20ec37b2017-02-07 14:01:01 -050052 device pci 1c.0 on end # PCIe Port #1
53 device pci 1c.1 on end # PCIe Port #2
Duncan Laurie27807c62015-12-22 17:27:02 -080054 device pci 1c.2 on end # PCIe Port #3 - LAN
55 device pci 1c.3 on end # PCIe Port #4 - WiFi
56 device pci 1c.4 off end # PCIe Port #5
57 device pci 1c.5 off end # PCIe Port #6
58 device pci 1d.0 off end # USB2 EHCI
59 device pci 1e.0 off end # PCI bridge
60 device pci 1f.0 on
61 chip ec/purism/librem
62 device pnp 0c09.0 on end
63 end
64 end # LPC bridge
65 device pci 1f.2 on end # SATA Controller
66 device pci 1f.3 on end # SMBus
67 device pci 1f.6 off end # Thermal
68 end
69end