• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2
3chip northbridge/intel/pineview
4	register "use_crt"  = "true"
5
6	device cpu_cluster 0 on end
7	device domain 0 on
8		subsystemid 0x105b 0x0d55 inherit
9		device pci 0.0 on  end		# Host Bridge
10		device pci 2.0 on  end		# iGPU
11		device pci 2.1 off end		# iGPU 2
12
13		chip southbridge/intel/i82801gx
14			register "pirqa_routing" = "0x0b"
15			register "pirqb_routing" = "0x0b"
16			register "pirqc_routing" = "0x0b"
17			register "pirqd_routing" = "0x0b"
18			register "pirqe_routing" = "0x0b"
19			register "pirqf_routing" = "0x0b"
20			register "pirqg_routing" = "0x0b"
21			register "pirqh_routing" = "0x0b"
22
23			register "sata_ports_implemented" = "0x3"
24			register "gpe0_en" = "0x441"
25
26			register "gen1_dec" = "0x00040291" # Environment Controller
27
28			device pci 1b.0 on  end		# HD Audio
29			device pci 1c.0 on  end		# PCIe 1: Realtek GbE NIC
30			device pci 1c.1 on  end		# PCIe 2: JMB363 SATA/IDE
31			device pci 1c.2 off end		# PCIe 3
32			device pci 1c.3 off end		# PCIe 4
33			device pci 1d.0 on  end		# UHCI
34			device pci 1d.1 on  end		# UHCI
35			device pci 1d.2 on  end		# UHCI
36			device pci 1d.3 on  end		# UHCI
37			device pci 1d.7 on  end		# EHCI
38			device pci 1e.0 on  end		# PCI bridge
39			device pci 1f.0 on		# LPC bridge
40				chip superio/ite/it8720f
41					device pnp 2e.0 off end	# Floppy
42					device pnp 2e.1 on	# COM1
43						io  0x60 = 0x3f8
44						irq 0x70 = 4
45					end
46					device pnp 2e.2 on	# COM2
47						io  0x60 = 0x2f8
48						irq 0x70 = 3
49					end
50					device pnp 2e.3 on	 # PP
51						io  0x60 = 0x378
52						io  0x62 = 0
53						irq 0x70 = 7
54					end
55					device pnp 2e.4 on	# EC
56						io  0x60 = 0x0290
57						io  0x62 = 0
58						irq 0x70 = 0
59					end
60					device pnp 2e.5 on	# PS/2 keyboard
61						io  0x60 = 0x60
62						io  0x62 = 0x64
63						irq 0x70 = 1
64					end
65					device pnp 2e.6 on	# PS/2 mouse
66						irq 0x70 = 12
67					end
68					device pnp 2e.7 off end	# GPIO
69					device pnp 2e.a off end	# CIR
70				end
71			end
72			device pci 1f.2 on  end		# SATA
73			device pci 1f.3 on  end		# SMbus
74		end
75	end
76end
77