summaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/monolake/devicetree.cb
blob: 0e3857b1de98c1119c56ce564f0e1718e853eb81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
chip soc/intel/fsp_broadwell_de
	device cpu_cluster 0 on
		device lapic 0 on end
	end
	device domain 0 on
		device pci 00.0 on end # SoC router
		device pci 02.2 off end # IOU0 port C, 10GbE
		device pci 14.0 on end # xHCI Controller
		device pci 1d.0 on end # EHCI Controller
		device pci 1f.0 on
			chip drivers/pc80/tpm
				device pnp 0c31.0 on end
			end
			chip drivers/ipmi		# BMC KCS
				device pnp ca2.0 on end
				register "bmc_i2c_address" = "0x20"
			end
		end # LPC Bridge
		device pci 1f.2 on end # SATA Controller
		device pci 1f.3 on end # SMBus Controller
	end
end