mb/google/rex/variants/deku: Enable PCIe wifi device

BUG=b:320203629
BRANCH=firmware-rex-15709.B
TEST=emerge-ovis coreboot built FW image correctly.

Change-Id: I8db065e25e21406f1966d8020a3b926b3a62ae12
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80685
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
Tony Huang 2024-02-21 14:51:57 +08:00 committed by Felix Held
parent 8bdcda7708
commit b8f49c6d38

View File

@ -60,6 +60,19 @@ chip soc/intel/meteorlake
device generic 0 alias dptf_policy on end device generic 0 alias dptf_policy on end
end end
end end
device ref pcie_rp5 on
# Enable WLAN Card PCIE 5 using clk 5
register "pcie_rp[PCH_RP(5)]" = "{
.clk_src = 5,
.clk_req = 5,
.flags = PCIE_RP_LTR | PCIE_RP_AER,
}"
chip drivers/wifi/generic
register "wake" = "GPE0_DW1_05" # GPP_E05
register "add_acpi_dma_property" = "true"
device pci 00.0 on end
end
end #PCIE5 WLAN card
device ref pcie_rp7 on device ref pcie_rp7 on
# Enable LAN1 Card PCIE 7 using clk 2 # Enable LAN1 Card PCIE 7 using clk 2
register "pcie_rp[PCH_RP(7)]" = "{ register "pcie_rp[PCH_RP(7)]" = "{