mb/intel/kblrvp: Make use of chipset devicetree

Use the references from the chipset devicetree as this makes the
comments superfluous and remove devices which are turned off.

Built all variants with BUILD_TIMELESS=1 and the resulting binaries
remain the same.

Change-Id: I1fd5f2a1c8adb5f379d7f3d0b54dca9c3ee6e2b3
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Signed-off-by: Marvin Evers <marvin.evers@stud.hs-bochum.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79325
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
diff --git a/src/mainboard/intel/kblrvp/variants/rvp8/overridetree.cb b/src/mainboard/intel/kblrvp/variants/rvp8/overridetree.cb
index 71deaa5..2291c63 100644
--- a/src/mainboard/intel/kblrvp/variants/rvp8/overridetree.cb
+++ b/src/mainboard/intel/kblrvp/variants/rvp8/overridetree.cb
@@ -160,21 +160,21 @@
 	}"
 
 	device domain 0 on
-		device pci 15.2 off end # I2C #2
-		device pci 15.3 off end # I2C #3
-		device pci 17.0 on  end # SATA
-		device pci 19.2 off end # I2C #4
-		device pci 1c.0 off end # PCI Express Port 1
-		device pci 1c.2 on  end # PCI Express Port 3
-		device pci 1c.3 on  end # PCI Express Port 4
-		device pci 1c.4 on  end # PCI Express Port 5
-		device pci 1e.4 off end # eMMC
-		device pci 1e.6 off end # SDXC
-		device pci 1f.0 on
+		device ref i2c2		off end
+		device ref i2c3		off end
+		device ref sata		on  end
+		device ref i2c4		off end
+		device ref pcie_rp1	off end
+		device ref pcie_rp3	on  end
+		device ref pcie_rp4	on  end
+		device ref pcie_rp5	on  end
+		device ref emmc		off end
+		device ref sdxc		off end
+		device ref lpc_espi	on
 			#chip drivers/pc80/tpm
 			#	device pnp 0c31.0 on end
 			#end
-		end # LPC Interface
-		device pci 1f.6 on  end # GbE
+		end
+		device ref gbe		on  end
 	end
 end