mb/starlabs/starbook/{adl,rpl}: Enable the CNVi device

Change-Id: I1b0052b569b575fec7893322dec0280c9f1ed79f
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78197
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb
index dc767d2..ed48757 100644
--- a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb
+++ b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb
@@ -87,6 +87,13 @@
 			end
 		end
 		device ref shared_sram	on  end
+		device ref cnvi_wifi	on
+			chip drivers/wifi/generic
+				register "wake"			= "GPE0_PME_B0"
+				device generic 0 on end
+			end
+		end
+		device ref heci1	on  end
 		device ref sata		on
 			register "sata_salp_support"		= "1"
 			register "sata_ports_enable[1]"		= "1"
diff --git a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb
index b319f5e..976f990 100644
--- a/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb
+++ b/src/mainboard/starlabs/starbook/variants/rpl/devicetree.cb
@@ -107,6 +107,13 @@
 			end
 		end
 		device ref shared_sram	on  end
+		device ref cnvi_wifi	on
+			chip drivers/wifi/generic
+				register "wake"			= "GPE0_PME_B0"
+				device generic 0 on end
+			end
+		end
+		device ref heci1	on  end
 		device ref pcie_rp5	on				# WiFi
 			chip drivers/wifi/generic
 				register "wake"			= "GPE0_PME_B0"